BODY {
	background-color : #FFFFFF;
	
	background-repeat : no-repeat;
}

a:link { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #E2E2E2;
	text-decoration : none;
}

a:visited { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #E2E2E2;
	text-decoration : none;
}

a:active { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #E2E2E2;
	text-decoration : underline;
}

a:hover { 
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #FFFFFF;
	text-decoration : underline;
}

div.logo{
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	left: 559px;
	top: 8px;
}

.headleft {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/left.gif);
}

.head {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	color : #000000;
	font-weight : bold;
	background-image : url(/img/top_nav/selected.gif);
	background-repeat : repeat;
	vertical-align : bottom;
	letter-spacing : 0px;
	padding-bottom : 3px;
	text-align : center;
}

.headright {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/right.gif);
}

.headbetweentop {
	width: 2px;
	height: 33px;
	background-image : url(/img/top_nav/betweentop.gif);
}

.headbetween {
	width: 2px;
	height: 76px;
	background-color : #4E5F95;
}

.selectedheadleft {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/left_hi.gif);
}

.selectedhead {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	color : #FFFFFF;
	font-weight : bold;
	background-image : url(/img/top_nav/selected_hi.gif);
	background-repeat : repeat;
	vertical-align : bottom;
	letter-spacing : 0px;
	padding-bottom : 3px;
	text-align : center;
}

.selectedheadright {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/right_hi.gif);
}

.headlefthome {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/lefthome.gif);
}

.headhome {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	
	color : #000000;
	font-weight : bold;
	background-image : url(/img/top_nav/selectedhome.gif);
	background-repeat : repeat;
	vertical-align : top;
	letter-spacing : 0px;
	padding-bottom : 3px;
}

.headrighthome {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/righthome.gif);
}

.selectedheadlefthome {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/lefthome_hi.gif);
}

.selectedheadhome {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	
	color : #FFFFFF;
	font-weight : bold;
	background-image : url(/img/top_nav/selectedhome_hi.gif);
	background-repeat : repeat;
	vertical-align : top;
	letter-spacing : 0px;
	padding-bottom : 3px;
}

.selectedheadrighthome {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/righthome_hi.gif);
}
