
/*BASIC PAGE STUFF*/
body {
	background-color: #000000;
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
}

a {color: #22d701;}
a:visited {color: #009966;}
a:active {color: #ffff00;}
a:hover {color: #ffff00;}

h1 {color: #00ff00;  font-size: 14pt;}
h2 {color: #ffff00;  font-size: 12pt;}
#h3 {color: #ff9900;  font-size: 10pt;  font-weight: bold;}

img {border: 0px;}
hr {width: 90%;  text-align: center;}
/*END*/



/*NAVIGATION STUFF*/
/*start nav title stuff*/
#navtitle {
	color: #ff9900;
	font-size: 11pt;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a#navtitle {
	color: #ff9900;
	font-size: 11pt;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a#navtitle:visited {
	color: #ff9900;
	font-size: 11pt;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a#navtitle:active {
	color: #ffff00;
	font-size: 11pt;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a#navtitle:hover {
	color: #ffff00;
	font-size: 11pt;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
/*end nav title stuff*/


a#navlinks {
	color: #22d701;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: none;
}

a#navlinks:visited {
	color: #22d701;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: none;
}

a#navlinks:active {
	color: #ffff00;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: none;
}

a#navlinks:hover {
	color: #ffff00;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: underline;
}

/*END*/


table#layout {
	background-color: #000000;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
}
