/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000066;
}
a {
	color: #2F4269;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;}
	
#leftbanner{
width:219px;
background-image:url(images/banner_bg.gif);
background-repeat:repeat-x;
padding-top:20px;
}
#bannerright{
height:195px;
}
#menubg{
	height:25px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	text-align:right;
	padding:4px;
}
.white12bold{
font-size:12px;
color:white;
font-weight:bold;
}
.whitemain{
color:white;
}
#searchwrapper{
border: 1px;
border-style:dotted;
border-bottom-color:#999999;
}
#fpwrapper{
border: 1px;
border-style:solid;
border-color:#FFFFFF;
}

.credit{
font-size:10px;
}