/* CSS Document */

/* Body, Background Styles */

body {
	background-color: #122c44;
	margin-top: 10px;
	}

body,td,th {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:1.6;
	}



/* Link Styles */

a:link {
	color: #84959d;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #84959d;
	}

a:visited {
	color: #84959d;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

/* Heading Styles */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #84959d;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #84959d;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84959d;
	}

.styleline {
	line-height:1.2;
}
	
/* Misc. Text Elements from site html */

.style1 {
	color: #84959d;
	font-size: 10px;
	}
	
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.style3 {
	font-size: 10px;
}

.style8 {
	font-size: 8px;
	}

.style9 {
	color: #FBFBFB;
	}

.linktext {
	color: #84959d;
	font-size: 10px;
	line-height:12px;
	}

.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}

/* Image Element Styles */

.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif; 
	}

.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}

/* Div Styles */
 
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
	} 

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	} 

/* List Styles */

ol li { 
	margin-bottom:0px;
	}

ul {
	margin:0px; 
	padding:10px 0px 10px 5px;
	}

ul li {
	list-style: square; 
	padding-left:0px; 
	padding-right:5px; 
	margin-bottom:4px;	
	}

/* Menu Styles */

#menu li{
	list-style: none;
	}

