/* CSS Document */

<!--
body {
	font-family:Arial,Helvetica,sans-serif; fontFamily:Arial,Helvetica,sans-serif; font-size:62.5%; line-height:normal;
	background-color:#CCFFCC; backgroundColor:#CCFFCC;
	font-size:13px; 	fontSize:13px;
	margin-left:1.5%; 	marginLeft:1.5%;
	margin-right:1.5%;	marginRight:1.5%;
	margin-top:2.5%;	marginTop:1%;
	margin-bottom:1%; 	marginBottom:1%;
	line-height:100%; 	lineHeight:100%;
	color:#008080;
}

p {	
	font-family:Tahoma; fontFamily:Arial,Helvetica,sans-serif; font-size:62.5%; line-height:normal;
	font-size:100%;		fontSize:100%;
	fontWeight:normal;	fontWeight:normal;
	line-height:100%;	lineHeight:100%;
	color:#008080; font-weight:bold
}

h1,h2,h3,h4,h5 {
	font-family:Arial,Helvetica,sans-serif; fontFamily:Arial,Helvetica,sans-serif;
}

h1 {
	font-size:145%;		fontSize:160%;	
	line-height:135%;	lineHeight:175%;
	color:#000066;
 	text-align:center; 	textAlign:center;
}

h2 {
	font-size:125%;		fontSize:120%;
	line-height:125%;	lineHeight:125%;
	color:#990000;
}

h3 {
	font-size:115%;		fontSize:110%;
	line-height:135%;	lineHeight:130%;
	color:#000066;
}

h4 {
	font-size:105%;	fontSize:100%;
	line-height:135%;	lineHeight:120%;
	color:#990000;
}

h5 { 
	font-size:100%; 	fontSize:100%;
	line-height:135%;	lineHeight:120%;
	color:#000066;
}

th {
	font-family:Verdana,Arial,Helvetica,sans-serif; fontFamily:Verdana,Arial,Helvetica,sans-serif;
	font-size:90%; 		fontSize:90%;
	text-align:center; 	textAlign:center;
	color:#000066;	
	background-color:#CCFFCC;	backgroundColor:#CCFFCC;
}

td {
	font-family:Verdana; fontFamily:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;		fontSize:100%;
	fontWeight:bold;	fontWeight:bold;
	line-height:100%;	lineHeight:100%;
	color:#008080; font-weight:bold
}

li {
	font-family:Verdana; fontFamily:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;		fontSize:100%;
	line-height:150%;	lineHeight:150%;
	padding-left:.2em;	paddingLeft:.2em;
}

ol {
	font-size:100%;		fontSize:100%;
	line-height:150%;	lineHeight:150%;
}

ul {
	font-family:Verdana; fontFamily:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;		fontSize:100%;
	fontWeight:bold;	fontWeight:bold;
	line-height:100%;	lineHeight:100%;
	color:#008080; font-weight:bold
}

a {
	text-decoration:underline;
	font-size:100%;		fontSize:100%;
	line-height:135%;	lineHeight:120%;
}

.indent1 { 
	margin-left:3%; 	marginLeft:2%;	
	margin-right:1%; 	marginRight:2%;
}

.indent2 {
	margin-left:6%;		marginLeft:4%;
	margin-right:3%;	marginRight:3%;
}

.indent3 {	
	margin-left:9%;		marginLeft:6%;
	margin-right:5%;	marginRight:4%;
}

.footer {	 	
	font-size:80%; 		fontSize:80%;
	line-height:100%;	lineHeight:100%
}

.copyright {	 
	font-size:80%; 		fontSize:80%;
	line-height:100%;	lineHeight:100%;
	text-align:center; 	textAlign:center
}

.bold_redtext {
	line-height:135%;	lineHeight:120%;
	font-weight:bold;	fontWeight:bold;
	color:#990000;
}

.italic_redtext {  
	font-weight:normal; 	fontWeight:normal;
	color:#990000; 
	font-style:oblique;	fontStyle:oblique;
}

.bg_color {  
	background-color:#cccccc; 	backgroundColor:#cccccc;
	color:#000066; 
	font-weight:normal;	fontWeight:normal;
}
/* Note: "bg_color" is Silver background with Navy Blue text*/

.redtext {
	color:#cc0000;
}

.header1 {
	font-size:125%;		fontSize:120%;
	line-height:135%;	lineHeight:120%;
	font-weight:bold;	fontWeight:bold;
	background-color:#ffffff;	backgroundColor:#ffffff;
	border:5px solid #000066;
	padding:.5%;
	color:#000066;
	text-align:center;	textAlign:center;
}
 /* Note: "header1" is Navy Blue background with Silver border and text. Intended use is primary page titles.*/

.header2 {
	font-size:125%;		fontSize:120%;
	line-height:135%;	lineHeight:120%;
	font-weight:bold;	fontWeight:bold;
	background-color:#cccccc;	backgroundColor:#cccccc;
	padding:.5%;
	text-align:center;	textAlign:center;
	border:5px double #000066;
	color:#000066;
	
}
/*Note: "header2" is Silver background with Navy Blue border and text. Intended use is secondary page titles*/

.center {
	text-align:center;	textAlign:center;
}
.subtext {	
	font-size:80%;		fontSize:80%;
	line-height:100%;	lineHeight:100%;
	vertical-align:sub;	verticalAlign:sub;
	color:#000066;
}

.supertext {	
	font-size:80%;		fontSize:80%;
	line-height:100%;	lineHeight:100%;
	vertical-align:super;	verticalAlign:super;
	color:#000066;
}
-->