@charset "utf-8";
/* page properties */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.rightsectiontitlepadding {
	padding-top: 9px;
}

.imagepaddingtopbtm { padding: 7px 0; }
.middlebg {
	background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottombanner {
	background-image: url(../images/bottombannerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
}
.rightpaddinicons {
	padding-right: 4px;
}
.mainrightpadding {
	padding-right: 20px;
	padding-left: 1px;
	line-height: 16px;
}

body {
	background-color: #E6E1CB;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #669801;
	font-weight: bold;
	text-decoration: none;
}
.pagetitle {
	font-size:16px;
	display: block;
	margin: 10px 0 10px 0;
}
.subtitle {
	color: #669801;
	font-size:14px;
	line-height:20px;
	display: block;
	margin: 0 0 10px 0;
}
.bigtitle {
	color: #8CC542;
	font-size:22px;
	line-height: 26px;
	font-weight:bold;
	display: block;
	padding: 2px 0;
}
.redsubtitle {
	color: #F00;
	font-size:14px;
	line-height:20px;
}
.pinkSubtitle {
	color: #ED008C;
	font-size:14px;
	line-height:20px;
}
.topbg {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
	padding-left: 2px;
}
.rightsidedivideline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.standardlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
img {
}

.textformattingwhite {
	line-height: 16px;
	color: #FFFFFF;
}
.red {
	color: #FF0000;
	font-size: 11px;
}
.alertText {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 8px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E1CB;
	border-right-color: #E6E1CB;
	border-bottom-color: #E6E1CB;
	border-left-color: #E6E1CB;
}
a:hover {
	color: #669801;
	font-weight: bold;
	text-decoration: underline;
}
.hrrule {
	color: #CCC;
	height: 1px;
}
.divideline {
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	margin: 7px 0 7px 0;
	padding-bottom:7px;
	clear: both;
	display: block;
}
.fineprint { font-size:10px; line-height: 14px; color:#000; font-weight: normal;  }
.fineprint a, .fineprint a:active, .fineprint a:visited, .fineprint a:hover { color: #000; font-weight: normal;  }
.orange { color:#F60; }