/* buttons: blue #0000FF rollto: red #FF0000 */
/* links: blue #0000FF rollto: red #FF0000 */

a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.btn:link, a.btn:active, a.btn:visited {
	background: #0000FF;
	border-bottom-width: 1px;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	display: block;
	font: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

a.btn:hover {
	background: #CCCCFF;
	border-bottom-width: 1px;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	display: block;
	font: 12px;
	font-weight: bolder;
	text-decoration: none;
	width: 200px;
}

a.credit:link, a.credit:active, a.credit:visited {
	color: #999999;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.credit:hover {
	color: #FF0000;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.footerlink:hover {
	color: #FF0000 ;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

body,td,tr,textarea,input,form,option,select {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

hr {
	color: #FF0000;
	line-height: 1px;
}

.admintitle {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding-right: 12px;
}

.leftcolumn {
	font-family: sans-serif;
	font-size: 9pt;
	padding-top: 20px;
}

.main {
	padding: 10px 25px 20px 15px;
}

.mnubtnbg {
	background-color: #000000;
}

.none {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

.outline {
	border: 1px outset #000000;
}

.subhead {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
}

.tablink {
	background-color: #FF0000;
	border: 1px outset;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	width: 100%;
}

.tablink:link, .tablink:visited, .tablink:active{
	color: #FFFFFF;
	text-decoration: none;
}

.tablink:hover{
	background-color: #E3E3FF;
	color: #666666;
	text-decoration: none;
}

.tblbody {
	background-color: #E3E3FF;
	border: 1px outset;
}

.tblheader {
	background-color: #FF0000;
	border: 1px outset;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	width: 100%;
}

.title {
	color: #FF0000;
	font-size: 14pt;
	font-weight: bold;
}

