/* buttons: purple #996699 rollto: light blue #CCCCFF */
/* links: blue #0099CC rollto: orange #FF9900 */

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

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

a.btn:link, a.btn:active, a.btn:visited {
	background: #FFCC33;
	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: #996699;
	display: block;
	font: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

a.btn:hover {
	background: #996699;
	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: #FFCC33;
	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: #996699;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

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

body,td,tr,textarea,input,form,option,select {
	color: #666666;
	font-family: Arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

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

.admintitle {
	color: #996699;
	font-size: 42px;
	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: #996699;
}

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

.outline {
	border: 1px solid #996699;
}

.subhead {
	color: #996699;
	font-weight: bold;
}

.tablink{
	background-color: #996699;
	border: 1px outset;
	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: #CCFFFF;
	color: #666666;
	text-decoration: none;
}

.tblbody {
	background-color: #E8FFFF;
	border: 1px solid #996699;
	background-image: url(bg.gif);
}

.tblheader {
	background-color: #996699;
	border: 1px outset;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.title {
	color: #996699;
	font-size: 14pt;
}
