/* CSS Document 
created: 6.7.04
lastMod: 5.28.06 by Joey

colors:

yellow-orange: #FFCC00
light yellow: #FFFFCC
dark blue: #336699
light blue: #61BBEA
green: #B1D078

*/

/* style overwrites */

body {
	background-image:url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFCC;
	margin-top: 0;
	margin-left: 0;
	margin-right:0;
}
p {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 11pt;
	color:#000000;
}
h3 {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 14pt;
	color:#396319;
}
a {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 12pt;
	font-weight: 700;
	color:#396319;
	text-decoration: none;
}
a:hover {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 12pt;
	font-weight: 700;
	color:#336699;
	text-decoration: underline;
}
li {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color:#000000;
}

/* custom classes */

td.sidebar {
	background-image:url(../images/sidebarBg.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}
td.content {
	background-color:#FFFFFF;
}
td.footer {
	background-image:url(../images/bwFootBG.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
td.logoBar {
	background-image:url(../images/bwLogoBarBg2.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.footerText {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color:#000000;
}
a.footerText {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	color:#396319;
}
.faqQuestions {
	font-family: "ITC Officina Sans", Trebuchet MS, Verdana, Arial;
	font-size: 12pt;
	font-weight: 700;
	color:#333333;
}