body {
	background-color : Black;
	color : #EAEAEA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
a {
	color : #00FF99;
	text-decoration : underline;
}
a:visited {
	color : #EAEAEA;
	text-decoration : underline;
}
a:hover {
	color : #00FF99;
}
h1 {
	font-size : 15px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-bottom : 2px;
	color : #00FF99;
}
h2 {
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 2px;
	letter-spacing : 1px;
	color : #00FF99;
}
h3 {
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 1px;
	letter-spacing : 1px;
	color : #00FF99;
	margin-top : 5px;
}
ul {
	margin-left : 0px;
}
hr{
	width : 90%;
	color : Black;
	height : 1px;
}
table {
	font-size : 11px;
}
/* Below are the CLASSES for the site*/
.fontSmall{
	font-size : 9px;
}
.border{
	border : 1px solid #00FF99;
}
.greenBack{
	background-color : #00FF99;
	color : Black;
}
.fontBold{
	font-weight : bold;
}
.ul {
	margin-left : 0px;
}
.imageFloatR  {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float : right;
	}
.imageFloatL  {
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	float : left;
	}
/* Below are the I.D's for the site, which should only be used once each... e.g. the first sets the border on the outer table */
#tableOuter{
	border : 1px solid #00FF99;
}
/* below are the ID's for the left-side menu */
#menu {
         width: 110;
}
 #menu ul {
        margin: 0;
		padding: 0;
		list-style-type: none;
        font-size : 11px;
 }
 #menu li {
         margin: 2px 0 0;
 }
 #menu a {
        display: block;
width:110px;
padding: 2px 2px 2px 10px;
border: 1px solid #00FF99;
background: Black;
text-decoration: none;
}
#menu a:link, #menu a:active, #menu a:visited {
background-color: Black;
         color: #EAEAEA;
}
 #menu a:hover {
         border: 1px solid #00FF99;
background: #00FF99;
color: #191919;
 }
 #menu a:hover:after, #menu a:focus:after {
         content: " [" attr(accesskey) "] ";
}
  #menu a:visited:hover {
         background-color: #33CC99;
         color: #191919;
 }


