body {
	color: #000000;
	background-color: #242424;
	margin:0 0 20px 0;
	font-family:Helvetica, Arial, sans-serif;
}
#header {
	background:url(/_common/img/category/default.jpg) 0 0 no-repeat;
}

#footer {
	background-color:#4F1812;
	color:#fff;
}
#footer td {
	padding:7px;
	text-align:center;
	font-size:11px;
}
#footer td a {
	color:#fff;
}

.TDbodySidesR {
	background-image: url(../bg/dotted_vert_black.gif);
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbodySidesL {
	background-image: url(../bg/dotted_vert_black.gif);
	background-color:#cccccc;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbodyMid {
	background-image: url(../bg/dotted_vert_white.gif);
	background-color:#cccccc;
	background-position:center top;
	background-repeat:repeat-y;
}
.TDbreadcrumb {
	background-image:url(../bg/breadcrumb.gif); 
	background-position:center top; 
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	padding:4px;
	padding-left:25px;
	padding-right:8px;
}
.TDsidenavOn {
	background:#b2b2b2 url(/_common/img/nav-border.gif) left bottom repeat-x;
	padding-top:7px;
	padding:7px 6px 7px 25px;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #000;
	cursor:pointer;
}
.TDsidenavOff {
	background:#cccccc url(/_common/img/nav-border.gif) left bottom repeat-x;
	padding:7px 6px 7px 25px;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #4F1812;
}
.TABLEsidenav {
	background-position:left bottom; 
	background-repeat:repeat-x;
}
.textMain {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4;
	color: #000000;
}
.textTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}
.textLgBlue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3B5C7F;
}
.borderWhite {
	border: 1px dotted #FFFFFF;
}
.borderWhiteL {
	border-left: 1px dotted #FFFFFF;
}
.borderWhiteR {
	border-right: 1px dotted #FFFFFF;
}
.borderWhiteT {
	border-top: 1px dotted #FFFFFF;
}
.borderWhiteB {
	border-bottom: 1px dotted #FFFFFF;
}
.borderBlack {
	border: 1px dotted #000000;
}
.borderBlackL {
	border-left: 1px dotted #000000;
}
.borderBlackR {
	border-right: 1px dotted #000000;
}
.borderBlackT {
	border-top: 1px dotted #000000;
}
.borderBlackB {
	border-bottom: 1px dotted #000000;
}
.borderBlue {
	border: 1px dotted #7C96AE;
}
.borderBlueL {
	border-left: 1px dotted #7C96AE;
}
.borderBlueR {
	border-right: 1px dotted #7C96AE;
}
.borderBlueT {
	border-top: 1px dotted #7C96AE;
}
.borderBlueB {
	border-bottom: 1px dotted #7C96AE;
}
.borderDGray {
	border: 1px dotted #898989;
}
.borderDGrayL {
	border-left: 1px dotted #898989;
}
.borderDGrayR {
	border-right: 1px dotted #898989;
}
.borderDGrayT {
	border-top: 1px dotted #898989;
}
.borderDGrayB {
	border-bottom: 1px dotted #898989;
}
.borderLGray {
	border: 1px dotted #cccccc;
}
.borderLGrayL {
	border-left: 1px dotted #cccccc;
}
.borderLGrayR {
	border-right: 1px dotted #cccccc;
}
.borderLGrayT {
	border-top: 1px dotted #cccccc;
}
.borderLGrayB {
	border-bottom: 1px dotted #cccccc;
}
a:link,a:visited {
	color: #CA3A2F;
	text-decoration: none;
}
a:active,a:hover {
	color: #CA3A2F;
	text-decoration: underline;
}
.formField {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F6F6F6;
	border: 1px solid #aaa;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F1812;
	border: 1px solid #cccccc;
}


/* BENEFITS FORM 
======================*/
form#aspnetForm {
	margin:0;
	padding:0;
	background-color:#CCC;
}
form#aspnetForm table td {
	padding:5px;
	font:bold 10px Helvetica, Arial, sans-serif;
	color:#333;
}
form#aspnetForm table td#beneImg {
	background-color:#CCC;
	padding:50px 0 0 0;
}
form#aspnetForm table td#beneTitle {
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color:#4F1812;
}
#ctl00_MainContent_tbxUsername, #ctl00_MainContent_tbxPassword {
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666;
}
form#aspnetForm table td.boldless {
	font-weight:normal;
	color:#555;
	text-align:center;
}
	
