<style type="text/css">

<!-- example of setting attributes for global p tags. -->
p{
	text-indent: 20px;
	margin-left: 20px;
	margin-right: 20px;
}



<!-- example of setting attributes for clas. Can be used by multiple tags -->
.quotedText{
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-indent: none;
}


<!-- example of setting attributes for specific p tags- can only be used by a p tag
:first-letter is a pseudo-class
-->
p.missionStmt:first-letter {
		font-size: 700%;
		float: left ;
		color: "#990000";
}

.header{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: bold;
}

 
.outer {
	border: solid 1px #990000;
}

td.inner {
	border:1px solid #990000;
	padding:2px;
}
	
table.borderOnly {
  border-collapse:collapse;
}

table.borderOnly2
	border-collapse:separate;
}


A:link, A:visited, A:active{
	text-decoration: none;
	color: "#990000";
	}

A:hover{
	text-decoration: underline;
	color: "#990000";
	}

span.menuSpacer{
	color: "990000";
	font-size: 20pt;
}

span.spnBold {
	font-weight: bold;
	}	
	


span.colorText{
	color: "#990000"
	}
span.colorTextGold{
	color: "#ffcc33"
	}
	
.clsMenuDiv{
	font-family: Arial; 
	font-variant: small-caps; 
	color: "#990000"; 
	font-size: 20px;
	}

span.webmaster{
	font-style: italic;
	font-size: 12pt;
	}

.clsBody {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-color: "#fffff2";
	}

table{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color: "#fffff2";	
}

#idTitle {
	font-family: Arial; 
	font-variant: small-caps; 
	color: "#990000"; 
	font-size: 20px;
	}
#idBtt{
	font-style: italic;
	}
</style>