a {
	font-family: Verdana;
	font-size: 10px;
	font-weight : bold;
	color: white;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight : bold;
	color: white;
	text-decoration: underline;
}

a.primenav{
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
	color : white;
	padding-bottom : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
}

a.primenav:hover{
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
	color : white;
	padding-bottom : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
}

a.contentlink {
	font-family: Verdana;
	font-size: 10px;
	font-weight : bold;
	color: #ffcc00;
	text-decoration: none;
}

a.contentlink:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight : bold;
	color: #ffcc00;
	text-decoration: underline;
}

.header {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffcc00;
	padding-bottom : 0px;
}

.contentheader {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	padding-bottom : 0px;
}

.tabheader {
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
	color : white;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}

.body {
	font-family : Verdana;
	font-size : 10px;
	color : white;
}

.contentbody {
	font-family : Verdana;
	font-size : 10px;
	color :  #000000;
}

li	{
	font-family : Verdana;
	font-size : 10px;
	color :  white;
}

.field {
	border : Yellow;
}