body {
	background-color: #F5C888;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    line-height:15px;
	color:#003B90;
	padding:0px;
	margin: 0px;
}


span {
	text-decoration: none;
	color: #333333;
    font-weight: bold;
}


.nav  {
    padding-left:38px;
}


a {
	font-size: 12px;
	color: #003B90;
    font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003B90;
}
a:hover {
	text-decoration: none;
	color: #333333;
    font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}


.head {
	font-size: 13px;
	color: #A8C438;
    font-weight: normal;
    margin-top:5px;
    margin-right:10px;
    text-align: right;
}

a.head {
	font-size: 13px;
	color: #A8C438;
    font-weight: normal;
}
a.head:link {
    text-decoration: none;
}
a.head:visited {
	text-decoration: none;
	color: #8BA22E;
}
a.head:hover {
	text-decoration: underline;
	color: #8BA22E;
}
a.head:active {
	text-decoration: none;
	color: #000000;
}
