td
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.white
{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}
.green
{
	font-family: verdana;
	font-size: 10px;
	color: #050;
}
.black
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.title
{
	font-family: verdana;
	font-size: 25px;
	color: #000000;
}
a.greenlink:link
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #9c6;
	text-decoration: none;
}
a.greenlink:hover
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.greenlink:visited
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #9c6;
	text-decoration: none;
}
a.redlink:link
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #c33;
	text-decoration: underline;
}
a.redlink:hover
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #c69;
	text-decoration: underline;
}