@charset "utf-8";
/* Link Styling */
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #00CCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF33;
}


/* can be applied to any tag */

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #FFFFFF;
	text-indent: 75px;
	font-weight: normal;
}
.menucellborder {
	background-color: #D2DFE3;
	border: 1px solid #666666;
}
.menucellbordertr {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	letter-spacing: 2pt;
	padding: 1px;
	text-transform: capitalize;
	border: 1px solid #666666;
	margin: -2px;
	color: #CCCCCC;
}
/* Modified Tags */
body {
	background-color: #000000;
}
