/* CSS Document */

.first_contentheading {
	color: #606544;
}
.contentheading {
	/*height: 30px;*/
	color: #000000;
	/*text-indent: 15px;*/
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	/*white-space: nowrap;*/
	background-image: url(../images/contenthead.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #8c8c8c url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	/*height: 20px !important;
	/*height: 25px;*/
	width: auto;
	text-decoration: none;
	border: #ccc solid 1px;
	border-top: 0;
}
a.mainlevel:hover {
	background: #999 url(../images/menu_bg_over.png) no-repeat;
	text-decoration: none;
	color: #FFFF99;
}
.componentheading {
	background: #cbcbcb url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;

}
table.moduletable th, table.moduletablefont_adjust th {
	background: #CED1E2 url(../images/subhead_bg.png) repeat-x;
	border-bottom: #CCCCCC 1px solid;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 0;
	margin: 0;
	height: 21px;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
}
table.contenttoc th {
   background: #BBBFD7 url(../images/subhead_bg.png) repeat-x;
   color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
}
a.mainlevel-nav {
	background: url(../images/indent1.gif) top left no-repeat;
	display: block;
	padding-left: 12px;
}
a:link {
	color: #606544;
}
a:visited {
	color: #A0A580;
}
a:hover {
	color: #A0A580;
}
a:active {
	color: #606544;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00A56B;
}