body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#666666;
}

a:active, a:link, a:visited {
	text-decoration:none;
	color:#0000ff;
}

a:hover {
	color:#770000;
}

a.tlink:link, a.tlink:active, a.tlink:visited 
{
	text-decoration:none;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
    cursor:hand;
    cursor:pointer;
}

a.tlink:hover
{
	color:#aaaaaa;
	font-size:11px;
	letter-spacing:2px;
}

a.blink:link, a.blink:active, a.blink:visited 
{
	text-decoration:none;
   font-size:11px;
   color:#ffffff;
}

a.blink:hover
{
	color:#cccccc;
}

td.nolink 
{
	font-size:12px;
	color:#aaaaaa;
	letter-spacing:1px;
}

div.boxtitle 
{
    font-size:18px;
    font-weight:bold;
    color:#6B0A3B;
    letter-spacing:4px;
    padding:4px;
}

.b 
{
    margin-top:20px;
    border-bottom:solid 4px #eeeeee;
}

div.boxtext 
{
    margin-top:5px;
    margin-bottom:5px;
    background-color:#eeeeee;
    color:#444444;
    padding:5px;
    font-size:12px;
    font-weight:bold;
}

div.adminlink 
{
    font-size:18px;
    font-weight:bold;
    color:#6B0A3B;
    letter-spacing:4px;
    padding:4px;
    background-color:#eeeeee;
}

table.bottom {
	background-color:#666666;
	color:#eeeeee;
	letter-spacing:1px;
	font-size:11px;
	margin-top:15px;
}

.errormsg {
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}

.submitbutton 
{
	border:solid 1px #cccccc;
	background-color:#ffeeee;
	cursor:hand;
	cursor:pointer;
}

td.toppic 
{
	background:url(/images/topbar.jpg) repeat-x;
	text-align:right;
}

.required
{
	color:#ff0000;
	font-size:10px;
}