@CHARSET "UTF-8";

body {
	
	font-family:Arial;
	font-size:11px;
	
	color:#737272;
	background-color:white;
	
	padding:0px;
	margin:0px;

}

div.pageHeader {
	position:absolute;
	width:100%;
	height:43px;
	background-color:#003366;	
	background-image:url(images/headerBackground.jpg);
}


div.topNav {
	padding-left:20px;
	font-size:12px;
	color:#d4e0ed;
}

table.navItems {
	margin-top:7px;
	height:22px;	
}

td.navItem {
	padding-right:6px;
	padding-left:12px;
	cursor:pointer;

}

td.navItemOver {
	color:#ffffff;	
	background-image:url(images/overNavItem.gif);
}

td.navItemSelected {
	color:#ffffff;	
	cursor:default;
	background-image:url(images/selectedNavItem.gif);
}

td.navItemRight {
	width:6px;
	background-image:url(images/navItemRight.gif);		
}

td.navItemRightOver {
	background-image:url(images/overNavItemRight.gif);		
}

td.navItemRightSelected {
	background-image:url(images/selectedNavItemRight.gif);		
}

