body, textarea {
	background-color: white;
	color: #002866;
	font-family: "Andale Mono",Arial,sans-serif,;
	scrollbar-base-color: #002866;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #002866;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #ACACE6;
	font-size: 12pt;
}
h1 {
	color: #4635AE;
	size: 16pt;
	
}
h2 {
	size: 14pt;
	color: #E8E5F7;
}
a {
	color: #4169E1;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	color: Maroon;
	font-size: 10pt;
}

table.main {
	
	margin-left: 0px;
	background-color: #B9C2DF;
	padding: 10px;
	font-size: 12pt;
}
table.inside {
	width: 120px;
	background-color: white;
	padding: 3px;
	border-bottom: thin;
	border-bottom-color: #191970;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-left-color: #191970;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: #191970;
	border-right-style: dotted;
	border-right-width: thin;
	border-top-color: #191970;
	border-top-style: dotted;
	border-top-width: thin;
	margin-left: 30px;
	margin-top: 0px;
	font-size: 12pt;
}

table.links {
   margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
   background-color: transparent;
	padding: 0px;
	font-size: 12pt;
	
}

iframe {
   
	background-color: #8C8CC6;
	height: 600px;
	width: 800px;
   margin-top: 130px;
}
li {
	margin-left: 0px;
	font-size: 12pt;
	}
p {
	margin-left: 20px;
}



