body
{
	background: #000;
	margin: 0;
	line-height: 20px;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #099;
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #099;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #c93;
}

a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #c93;
}

p, ul, li, ol, td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#list 
{ 
	list-style-image: url('../images/star.jpg'); 
}



.arrow
{	
	font-size: 12px;
	font-family: Comic Sans MS, Serif;	
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}


.bottom_nav {
	vertical-align: middle;
	text-align: center;
	color: #fc6;
	font-weight: bold;
	font-size: 11px;
}

.bottom_nav_link {
	padding: 0px 20px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}

a.bottom_nav_link:link{
	color: #FFFFFF;
	font-weight: normal;
}	

a.bottom_nav_link:visited {
 	color: #FFFFFF;
	font-weight: normal;	
}

a.bottom_nav_link:hover{
	color: #fc6;
	font-weight: normal;	
}	

.copyright {
	font-size: 10px;
	line-height: 16px;
}	

.footertitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
	
a.footerlink:link
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.footerlink:visited
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.footerlink:hover
{
	text-decoration: underline;
	color: #Fc6;
	font-weight: normal;
}

a.footerlink:active
{
	text-decoration: underline;
	color: #Fc6;
	font-weight: normal;
}

.footerlink
{
	color: #Fc6;
}

.footertext
{
	color: #666;
}

#footer_table {
	background: url('../images/footerback.jpg');
}

.button
{
background-image: url('../images/send.gif');
width: 92px;
height: 25px;
border: 0;
}

.button:hover 
{
background-image: url('../images/send1.gif');
width: 92px;
height: 25px;
border: 0;
}
	


