a:link
{
	color: #FAFD34;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	color: #FAFD34;
	font-weight: normal;
	text-decoration: underline;
} 
a:active 
{
	color: #FAFD34;
	font-weight: normal;
	text-decoration: underline;
}
a:hover 
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
body
{
    margin-top: 20px;
    background-image: url('images/bg.gif');
    color: #FFFFFF;
   	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px
}
table
{
    background-image: url('images/bg.gif');
    color: #FFFFFF;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
form
{
 width: 440px;
 color: #FFFFFF;
 border: 1px solid #B7B8C7;
 padding: 20px;
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 13px;
 text-align: center;
}
textarea
{
 background-color: #D5D7F4;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 color: #1A207D;
 margin: 0px 0px 0px 5px; 
}
input
{
 background-color: #D5D7F4;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 color: #1A207D;
 margin: 0px 0px 0px 5px; 
}
h1, h2, h3
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1
{
	color: #003300;
}
h2
{
	color: #7F3A1A;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
h3
{
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.bordergrey
{
    margin: 10px 10px 10px 10px; 
    padding: 5px; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #B7B8C7;
}
.borderlinks
{
    font-size: 14px;
    line-height: 1.5; 
    margin: 20px 20px 20px 20px; 
    padding: 10px; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #B7B8C7;
}
.textlarge
{
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;   
}

.menubar
a:link
{
	color: #AFB3E9;
	font-weight: bold;
	text-decoration: none;
}
.menubar
a:visited
{
	color: #AFB3E9;
	font-weight: bold;
	text-decoration: none;
}
.menubar 
a:active 
{
	color: #AFB3E9;
	font-weight: bold;
	text-decoration: none;
}
.menubar
a:hover 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menubar
{
    font-weight: bold;
    color: #AFB3E9;
    background-color: #6970D3;
    padding: 5px;   
}
.textsmall
{
    font-size: 11px;   
}
.textblue
{
    font-size: 14px;
    font-weight: normal;
    color: #1A207D;   
}
.highlines
{
line-height: 2;
}