/* CSS Document */

/* MAIN SITE */

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

/* Top Nav */
a.nav {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a.nav:hover {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.bot {
	color: #FFFFFF;
	text-decoration: underline;}
	
a.bot:hover {
	color: #ffffff;
	text-decoration: none;}
	
.navbox{
	background-color: #CCCCCC;
	width: 100%;
	height: 17px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
	


.title{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.center{text-align: center;}

.newshead{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.newsheadline{
	font-weight: bold;
	background-color: #CCCCCC;
	}

.reginput{font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
.permissionbg{
	background-image: url(images/permissionbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.aboutbg{
	background-image: url(images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.dotted{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
	
/* Site Links */
a{
	color: #000099;
	text-decoration: underline;
	}
a:hover {
	color: #ff0000;
	text-decoration: none;
	}