a
{
	font-family:verdana;
	font-size:12;
	color:#800000;
	text-decoration:underline;
}
a:hover
{
	font-family:verdana;
	font-size:12;
	color:#000000;
	text-decoration:none;
}
a.more
{
	font-family:verdana;
	font-size:10;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover.more
{
	font-family:verdana;
	font-size:10;
	font-weight:bold;
	color:#aaaaaa;
	text-decoration:none;
}
h1
{
	font-family:arial;
	font-size:14;
	color:#000000;
}
h2
{
	font-family:arial;
	font-size:14;
	color:#5B8101;
}
h3
{
	font-family:verdana;
	font-size:18;
	color:#000080;
}
p
{
	font-family:verdana;
	font-size:12;
	text-align:justify;
	color:#354B6E;
}
td
{
	font-family:verdana;
	font-size:11;
	color:#000000;	
}
input.right
{
	border:solid 1 #aaaaaa;
	font-family:verdana;
	font-size:11;
}
input.button
{
	border:solid 1 #aaaaaa;
	font-family:verdana;
	font-size:10;
	cursor:hand;
}
ul
{
	font-family:verdana;
	font-size:12;
	text-align:justify;
	color:#354B6E;
	LIST-STYLE-TYPE:circle;
	margin: 30px;
}
select
{
	font-family:verdana;
	font-size:10;
}