.normal {
	font-size: 10pt;
	font-family: verdana;
	color: #443606;
}
.red {
	font-size: 10pt;
	font-family: verdana;
	color: #443606;
	font-weight : bold;
}

a:link {
	font-size: 10pt;
	font-family: verdana;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	font-family: verdana;
	color: #990000;
	text-decoration:  none;
}
a:hover {
 color: #443606;
 text-decoration:  none;
 }
select
{
	font-weight: bold;
	color: #443606;
	background-color: #eeeeee;
	border-color: #eeeeee;
}