/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-color: #0f366f;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}

td,p {
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}
	
a {
	color: #0f366f;
	}
	
.content {
	padding: 15px;
	}	
	
.navside {
	background-color: #FFFFFF;
	border-right: 1px solid #0f366f;
	}	
td.nav {
	background-image:url(images/navbkg_img.gif);
	padding-left: 30px;
	color: #FFFFFF;
	}
a.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}	
	
a.subnav {
	color: #0f366f;
	font-weight: bold;
	}
.subnav a:hover {
	color: #0f366f;
	font-weight: bold;
	text-decoration:underline;
	}		
	
td.product {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	height: 101px;
	width: 230px;
	padding-left: 140px;
	}
.product a:link, .product a:visited {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
.product a:hover {		
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
	}		
	
.tblheader {
	background-image: url(images/tblheader_img.jpg);
	background-repeat:repeat-x;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	}	
.tblheader2 {
	background-image: url(images/tblheader2_img.jpg);
	background-repeat:repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	}	
	
.Subtitle {
	color: #1A4065;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	}
.leftside {
	background-image: url(images/leftgradient.gif);
	background-position: top;
	background-repeat:repeat-y;
	}
.rightside {
	background-image: url(images/rightgradient.gif);
	background-position: top;
	background-repeat:repeat-y;
	}	
td.bottomnav {
	background-image: url(images/tblheader_img.jpg);
	background-repeat:repeat-x;
	padding: 4px;
	color:#999999;
	font-size: 10px
	}
.bottomnav a:link, .bottomnav a:visited {
	color:#FFFFFF;
	}
.bottomnav a:hover {
	color: #dae8f8;
	}	

