@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color: #545454;
	}
	
.footertext {
color:#FFFFFF;
}	
.blueheading {
font:14px Arial, Helvetica, sans-serif;
color:#2C368F;
font-weight:bold;
}

.graytext {
font:12px Arial, Helvetica, sans-serif;
color:#545454;
text-decoration:none;
}
.graytext a:link, .graytext a:visited, .graytext a:active{
font:12px Arial, Helvetica, sans-serif;
color:#545454;
text-decoration:underline;
}
.graytext a:hover{
text-decoration:underline;
color:#999999;
}

.whitetext {
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
.whitetext a:link, .whitetext a:visited, .whitetext a:active{
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}
.whitetext a:hover{
text-decoration:underline;
}

.whiteheading {
font:13px Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
}

.grayborder {
border:#DADBE0 1px solid;
}

.blueborder {
border:#2C368F 1px solid;
}

.probg {
background:#3e47ac url(../img/pro_bg.jpg) no-repeat;
width:198px;
background-position:bottom;
}

.probgbig {
background:#3e47ac url(../img/pro_bg_big.jpg) no-repeat;
width:624px;
background-position:bottom;
}
