@charset "utf-8";


.blackHead{color:#4B4B4B;font-weight: bold}
.blackText{color:#4B4B4B;text-decoration:none}
.blueHead{color:#97BDE4;font-weight: bold}
.blueText{color:#97BDE4; text-decoration:none }
.orangeHead{color:#F77D06; font-weight: bold}
.orangeText{color:#F77D06; text-decoration:none }
.whiteHead{color:#FFFFFF; font-weight: bold}
.whiteText{color:#FFFFFF; text-decoration:none }
.greyHead{color:#818181; font-weight: bold}
.greyText{color:#818181; text-decoration:none }
.blueLink{color:#3962d5; text-decoration:none }
.s{ font-size:9px;  color:#B4B4B4;}
.s1{color:#818181; text-decoration:none}
.s2{color:#737373; text-decoration:none}
.s3{  color:#818181;text-decoration:none}
.orange{color:#F77D06; text-decoration:none }
.orange1{color:#F77D06;  }
.b{color:#4B4B4B; text-decoration:none }
.blue1{color:#2B6180; }
.g{ font-size:10px;  color:#AAAAAA; }
.g1{ font-size:10px;  color:#6192AE; }
.g2{color:#AAAAAA; text-decoration:none }
.white{ font-size:9px;  color:#FFFFFF;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(Templates/images/design_r2_c1.gif);
	}

img {border: 0;}

.oneColFixCtrHdr #container {
	width: 841px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background:url(Templates/images/design_r5_c2_f2.gif)*/	
}
.oneColFixCtrHdr #header {
	background-image: url(Templates/images/design_r5_c2.gif);
	background-repeat: repeat;
	margin:0;
	vertical-align: top;
	}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	vertical-align: top;
	}
.oneColFixCtrHdr #mainContent {
	background-image: url(Templates/images/design_r4_c2_f2.gif);
	padding-left: 34px;
	padding-right: 41px;
	padding-top: 40px;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	margin:0;
	}

.oneColFixCtrHdr #mainContent a:link{
	color:#3962d5; 
	text-decoration:none;
	}
.oneColFixCtrHdr #mainContent a:visited{
	color:#3962d5; 
	text-decoration:none;
	}
.oneColFixCtrHdr #mainContent a:hover {
	color: #3962d5;
	text-decoration: underline;
	}
.oneColFixCtrHdr #mainContent a:active {
	color:#3962d5; 
	text-decoration:none;
	}
.oneColFixCtrHdr #footer {
	background-image: url(Templates/images/design_r4_c2_f2.gif);
	vertical-align: bottom;
	padding-left: 34px;
	padding-right: 41px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	}
.oneColFixCtrHdr  #footer  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0;
	}

.oneColFixCtrHdr #footer a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
	}
.oneColFixCtrHdr #footer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
	}
.oneColFixCtrHdr #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f77d06;
	text-decoration: underline;
	}
.oneColFixCtrHdr #footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
	}
.oneColFixCtrHdr #bottom {
	margin:0;
	vertical-align: bottom;
	}


