td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #003300;
}
h1 {
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}
.boldbig {
	font-size: small;
	font-weight: bold;
}

.bold {
font-weight: bold;
}

.boldred {
font-weight: bold;
color: #CC0000
}

.whitebold
{
	font-weight: bold;
	color: #ffffff;
	background-color: black;
	text-decoration: none;
	font-size: x-small;
}

.orangebold
{
	font-weight: bold;
	color: #F3C83A;
	background-color: black;
	text-decoration: none;
	font-size: x-small;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #003300;
}

A:hover	{	
	text-decoration:	underline;
	color: #CC0000;
	font-weight: bold;
	}
	
.boldit {
	font-style: italic;
	font-weight: bold;
}
.regsmall
{font-size: xx-small;
}


.regsmallnou
{
	font-size: xx-small;
	text-decoration: none;
}

.regnou
{
	font-size: x-small;
	text-decoration: none;
}

.redsmallnou
{
	color: #CC0000;
	font-size: xx-small;
	text-decoration: none;
}
.rednou
{
	color: #CC0000;
	font-size: x-small;
	text-decoration: none;
}
