@charset "ISO-8859-1";

/* CSS For USS Polaris */
/* Written by Chris Healey (CO) Revised by Verdusco/Hemenway- 23 JUN 2002 */

/* The Body tag overloaded */
BODY
{
	color: #003366;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;        
	font-style: normal;
	font-weight: normal;
	background-color : #000000;
	font-size : 100%;
	margin-left : 5%;
	margin-right : 5%;
	background-image: url('http://www.star-fleet.com/styles/webb/none');

	scrollbar-face-color: #4080A0;
	scrollbar-shadow-color: #004080; 
        scrollbar-highlight-color: #60A0C0; 
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000; 
        scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF 
}


/* Default Paragraph style */
P
{
	color: #CCCCCC;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 10pt;  
}

/* Heading 1 style */
h1
{
	color: #330033;
	font-family: sans-serif,Verdana,Helvetica;
	font-style: italic;
	font-size: 14pt;
	text-align: CENTER;
	font-weight:lighter
}  

/* Heading 2 style */
h2
{
	color: #330033;
	font-family: sans-serif,Verdana,Helvetica;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

/* Heading 3 style */
h3
{
	color: #000000;
	font-family: sans-serif,Verdana,Helvetica;
	font-style: bold;
	font-size: 14pt;
	text-align: left;
	font-size: 11pt;
}  

/* Paragraph center */
p.center
{
	color: #CCCCCC;
	font-family: verdana,Arial Narrow,Arial;
	text-align: center;
	font-size: 10pt;  
}
/* Paragraph left */
p.left
{
	color: #000000;
	font-family: verdana,Arial Narrow,Arial;
	text-align: left;
	font-size: 10pt;  
}

/* Paragraph Footer */
p.footer 
{
	color: #FFFFFF;
	font-family: verdana,Arial Narrow,Arial;
	text-align: center;
	font-size: 8pt; 
}

/* Update Tag */
p.update 
{
	color: #000000;
	font-family: sans-serif,Verdana,Helvetica;
	font-size: 8pt;
	text-align: center;
}

/* Default table cell style */
TD
{
color: #E0E0E0;
font-family: Verdana,Helvetica,sans-serif;
font-size: 90%;

}


/* Links and hover */
A:LINK, A:VISITED
{
	color : #000000;
	font-family: verdana,Arial Narrow,Arial;
	text-align: left;
	font-size: 90%;
	text-decoration : none;  
}

A:HOVER {
	color : #FFFFFF;
	background : #404080;
	text-decoration : none;
}


/* HR Definition */
HR
{
width: 95%;
border: 3px;
color: #000080;
background: #000080;
}