/* buttons: blue #6699CC rollto: light blue #CCCCFF */
/* links: red #CC0000 rollto: blue #6699CC */

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

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

a.btn:link, a.btn:active, a.btn:visited {
	background: #CC0000;
	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: #FFFFFF;
	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: #CC0000;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

a.footerlink:hover {
	color: #6699CC;
	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: Arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

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

.admintitle {
	color: #CCCCCC;
	font-size: 36px;
	font-weight: bold;
	padding-right: 16px;
}

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

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

.mnubtnbg {
	background-color: #000000;
}

.none {
	color: #666666;
	font-family: Arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

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

.subhead {
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
}

.tablink {
	background-color: #3399CC;
	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: #CCCCFF;
	color: #FFFFFF;
	text-decoration: none;
}

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

.tblheader {
	background-color: #3399CC;
	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: #FF9999;
	font-size: 14pt;
}
