a:link, a:visited {
	color: #499084;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #499084;
	text-decoration: underline;
	font-weight: bold;
}

.header {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #62625E;
}
.body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #42423F;
	line-height: 18px;
}

li {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #42423F;
	line-height: 14px;
}

.sidenav {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #499084;
}
a:link.sidenav, a:visited.sidenav {
	color: #727272;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #96968C;
}
a:link.footer, a:visited.footer {
	color: #96968C;
}
.inputtext { 
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid; 
    height:18px; 
}