@charset "UTF-8";

.page_titles {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 180%;
}

a.frontpage_buttons:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#CCCCCC;
	font-size: 65%;
	
}
a.frontpage_buttons:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-size: 65%;
	
}
a.frontpage_buttons:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 65%;
	
}


.admin_titles {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
}
.admin_body {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.credits_body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}


.form_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0099FF;
	border:#666666 thin solid;
	background-color:#FFFFFF;
	padding-left:3px;
	 
	text-decoration: none;
	
}

.button_class {
	border-top:#ffffff thin solid;
	border-left:#ffffff thin solid;
	border-right:#666666 thin solid;
	border-bottom:#666666 thin solid;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight:bold;
	background-color:#E4E2EC;
	
}
a.admin_links:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666666;
	font-size: 70%;
	
}
a.admin_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-size: 70%;
	
}
a.admin_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	font-size: 70%;
	
}

.nav_links_bar {
	
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	
	
}

a.nav_links:link {
	
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	
	
}
a.nav_links:hover {
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	
	
}
a.nav_links:visited {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	
	
}
/* the display will determin the horizontal list display */
#nav li {
   list-style-type: none;
   display: inline;
   text-align:right;
   padding-right:0px;
}