A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #666666;
	text-decoration: underline;
}

A:active {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	color: #990000;
	text-decoration: underline;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #990000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
}
.dottedline {
	border: thin dotted #868484;
}
.adminhead {
	background-image: url(images/topbg.gif);
}
.adminbody {
	background-image: url(images/adminback.gif);
	border: thin inset #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.admincontent {
	background-color: #FFFFFF;
	border: thin dotted #666666;
	margin: 0px;
	padding: 4px;
	height: 97%;
	width: 97%;
}
.tabledisplay {
	padding: 4px;
	border: 1px dotted #CCCCCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hrstyle {
	border: 1px dotted #999999;
}
