/* CSS Document */

body {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x; margin:0px;
	background-color:#FFFFFF;
}

td {
	font-family:arial; font-size:12px; color:#000000;
	line-height:20px;
}

.navlink:link {
	font-size:14px; color:#FFFFFF; text-decoration:none;
}

.navlink:visited {
	font-size:14px; color:#FFFFFF; text-decoration:none;
}

.navlink:hover {
	font-size:14px; color:#FFFFFF; text-decoration:underline;
}

.subheader {
	font-size:17px; color:#0C3C71; font-weight:bold;	
}

.subheader_border {
	background-image:url(images/headbor.jpg);
	background-repeat:repeat-x;
}

.benefits_header {
	font-size:18px; color:#333333; font-weight:bold;
}

.searchnumber {
	font-size:33px; color:#0C3C71; font-weight:bold; padding-top:10px;
}

.searchheader {
	font-size:16px; color:#555555; font-weight:bold;
}

.searchfont {
	color:#666666;
}

.searchbox_bg {
	background-image:url(images/searchbox_bg.jpg);
	background-repeat:repeat-x; background-position:bottom;
	width:446px; border:solid 1px #cccccc;
	padding:10px;
}

.imageborder {
	border:solid 1px #cccccc;
}

.graybg {
	border:solid 1px #cccccc;
	background-image:url(images/graybg.jpg);
	background-repeat:repeat-x; background-color:#EAE8E2;
}

.bluelink:link {
	font-size:13px; color:#224E97;
	text-decoration:underline;
}

.bluelink:visited {
	font-size:13px; color:#224E97;
	text-decoration:underline;
}

.bluelink:hover {
	font-size:13px; color:#ff9900;
	text-decoration:underline;
}

.footertext {
	padding:10px; line-height:25px;
}

.footerlink:link {
	color:#000000; text-decoration:none;
}

.footerlink:visited {
	color:#000000; text-decoration:none;
}


.footerlink:hover {
	color:#000000; text-decoration:underline;
}





