BODY 
{
	font-family: Arial, Times New Roman, Verdana;
	background-color: Black;
	color: Lime;
	margin: 0px 0px 0px 0px;	 
}

.toleft {
    width: 70%;
    text-align: right;
}
TABLE.links {
	color: white;
	background-color: Black;
	width: 70%;
}

TH.links
{
	color: White;
	font-size:  13px;
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
}

TD.links
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Times New Roman;
	background-color: #004000;
	border: solid 1px black;
	text-align: center;
}
TD.left
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Times New Roman;
	background-color: #004000;
	border: solid 1px black;
	text-align: left;
}
A:visited
{
	color: Lime;
        text-decoration: none;
}
A:link 
{
	color: Lime;
        text-decoration: none;
	
}
A:hover 
{
	color: White;
	text-decoration: none;
	
}

A.underlined:visited
{
	color: Lime;
        text-decoration: underline;
}

A.underlined:link 
{
	color: Lime;
         text-decoration: underline;
}
A.underlined:hover 
{
	color: White;
        text-decoration: underline;
}
A.underlinedsmall:visited
{
	color: Lime;
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 12px;
}

A.underlinedsmall:link 
{
	color: Lime;	
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 12px;
}

A.underlinedsmall:hover 
{
	color: White;	
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 12px;
}
img {
    padding-bottom: 14px;
}
form {
    margin: 0px;
    padding: 0px;
}
.menu {
    width: 50%;
    color: White;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Times New Roman, Verdana;
    padding-top: 10px;
    padding-bottom: 10px;
}

A.bottommenu:visited
{
	color: Lime;
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 10px;
        font-family: Arial, Times New Roman, Verdana;
}

A.bottommenu:link 
{
	color: Lime;
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 10px;
        font-family: Arial, Times New Roman, Verdana;
}

A.bottommenu:hover 
{
	color: White;	
        text-decoration: underline;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        font-size: 10px;
        font-family: Arial, Times New Roman, Verdana;
}

A.header:visited    
{ 
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
A.header:link  
{ 
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
A.header:hover
{ 
	text-decoration: underline; 
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.headerbar 
{
 background-image: url(images/bar.jpg);
 width: 100%;
 height: 51px;
 background-repeat: repeat-x;
 text-align: center;
 padding-top: 3px;
 color: black;
}
H1 {
 padding: 1px;
 color: white;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
}

.footer {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
} 

.boldlink {
   font-weight: bold;
   font-size: 13px;
}  

.flatbutton {
    color: lime;
    background-color: transparent;
    border: 0px;
    font-size: 13px;
    font-family: Arial, Times New Roman, Verdana;
    text-decoration: underline;
}