@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: none;
}

/* Admin */

.redHeading
{
	font-size: 14px;
	color: #C00;
	font-weight: bold;	
}
.normalRedText {
	color: #C00;
	font-weight: normal;
}
.normalText
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
.tinyText
{
	font-size: 9px;
}
.whiteText
{
	color: #FFF;
}
.whiteText a:link {
	color: #FFF;
	text-decoration: none;
}
.whiteText a:visited {
	color: #FFF;
	text-decoration: none;
}
.whiteText a:hover {
	color: #FFF;
	text-decoration: underline;
}
.whiteText a:active {
	color: #FFF;
	text-decoration: none;
}