
/* CSS Document */

a:link    { color: #336699; 
	    text-decoration: none; }
a:visited { color: #336699; 
	    text-decoration: none; }
a:hover   { color: #111111; 
	    text-decoration: none; }

body   	  { background-image: url('./images/bluestars.jpg');
	    background-repeat: repeat; 
	    background-position: center;
	    font-size: 10px;
	    color: #FFFFFF;
	    font-family: Verdana, Geneva, sans-serif; }
	    
div.outer	{ position: absolute;
		  left: 50%;
		  top: 50%;
		  width: 768px;
	    	  height: 566px;
		  margin-left: -384px; /* half of width */
		  margin-top: -283px;  /* half of height */ }
	    
.main     { background-image: url(./images/whtpaper_subtle.gif); }

.lnav     { background-image: url(./images/navbgnd.jpg); }

.rnav     { background-image: url(./images/navbgnd_rev.jpg); }

.style01  { font-size: 10px;
	    color: #FFFFFF;
	    font-family: Verdana, Geneva, sans-serif; }

.style02  { font-size: 12px;
	    color: #333333;
	    font-family: Verdana, Geneva, sans-serif; }

.style03  { font-size: 12px;
	    color: #336699;
	    font-family: Verdana, Geneva, sans-serif; }

.style05  { font-size: 10px;
	    color: #B6DAEA;
	    font-family: Verdana, Geneva, sans-serif; }
	    
.style06  { font-size: 9px;
	    color: #B6DAEA;
	    font-family: Verdana, Geneva, sans-serif; }
