﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	font-weight: bold;
	color: #9933FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9933FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #00FF66;
}
a:active {
	font-weight: bold;
	color: red;
} 


font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.whitefont
{
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a.whitefont:link {
	color: #666666;
	text-decoration: none;
}
a.whitefont:visited {
	text-decoration: none;
	color: #666666;
}
a.whitefont:hover {
	text-decoration: none;
	color: #666666;
}
a.whitefont:active {
	color: red;
} 

.largebold {
	font-size: large;
	font-weight: bold;
}

.largestbold {
	font: large Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.warn {
	color:#FF0000;
	font-weight: bold;
}

.smallfont {
	color: #666666;
	font-size: 9px;
}
