/* CSS Document */
#footer_logos { 
		text-align: center;
} 
#footer_logos img{
		margin: 0 10px 0 10px; 
} 
.gallery { 
	text-align: center; 
} 
.gallery img { 
	margin: 0 2px 0 2px; 
} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #252525; 
	font-family:tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #e6e6e6; 
}

p { 
   line-height:1.3em; 
   margin: 0 0 5px 0; 
} 
h1 { 
    text-align: center; 
	font-weight: normal; 
	font-size: 10px; 
	margin: 0; 
} 


/* main body links */ 

a {
    font-family:tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #b7b7b7; 
	text-decoration:underline;  
} 

a:hover {
    font-family:tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #b7b7b7; 
	text-decoration:none
} 

/* footer */ 

a.footerlinks {
    font-family:tahoma, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #777777; 
	text-decoration:underline; 
} 

a.footerlinks:hover {
    font-family:tahoma, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #777777;
	text-decoration:none
} 

.footertext { 
    font-family:tahoma, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #777777;
} 




