BODY {
	background-color : #FFFFFF;
	background-image : url(/img/top_nav/background.jpg);
}

a:link { 
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #F0F3E9;
	text-decoration : none;
}

a:hover { 
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #FFFFFF;
	text-decoration : none;
}

a:visited { 
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #F0F3E9;
	text-decoration : none;
}

a:active { 
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #F0F3E9;
	text-decoration : none;
}

.headleft {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/nixel.gif);
}

.head {
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : normal;
	background-repeat : no-repeat;
	vertical-align : middle;
	letter-spacing : 1px;
	padding-bottom : 8px;
}

.headright {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/nixel.gif);
}

.selectedheadleft {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/left.gif);
}

.selectedhead {
	font-family : Verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	height: 33px;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
	background-image : url(/img/top_nav/selected.gif);
	background-repeat : repeat;
	vertical-align : middle;
	letter-spacing : 1px;
	padding-bottom : 8px;
}

.selectedheadright {
	width: 11px;
	height: 33px;
	background-image : url(/img/top_nav/right.gif);
}
