@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #386b7e;
	background-color: #000000;
	background-image: url(images/backgroundStars.gif);
	background-position: center;
	background-repeat: repeat }
	
.backgroundLens {
	background-color: #000000;
	background-image: url(images/backgroundLens.gif);
	background-repeat: no-repeat }
	
.title {
	margin: 0px 0px 0px 0px;
	background-image: url(images/title.gif);
	background-position: center;
	background-repeat: no-repeat }
	
a {
	color: #386b7e; 
	text-decoration: underline}
	
a:hover {
	color: #386b7e; 
	text-decoration: none }
	
	
a.top {
	font-size: 11px;
	color: #386b7e; 
	text-decoration: underline}
	
a.top:hover {
	font-size: 11px;
	color: #386b7e; 
	text-decoration: none }
	
	
a.bottom {
	font-size: 15px;
	color: #386b7e; 
	text-decoration: underline}
	
a.bottom:hover {
	font-size: 15px;
	color: #386b7e; 
	text-decoration: none }