/* Global Styles */

body {
	color: #004960;
	background-color: #4d9999;
	margin: 2.5%;
	}
	
table
 {
	color: #336600;
	background-color: white;
	}
	
a {
	color: #cc0000;
	background-color: white;
	text-decoration: underline;
	font-weight:bold;
	}
	
a:hover {
	color: #ff5b5b;
	text-decoration:underline;
	background-color: white;
	}

	.p {
	font-family: Arial, sans-serif;
	font-size: 75%;
	line-height: 24px;
	background-color: white;
	color: #004960;
	}
	
p:first-line 
{
	font-family: Arial, sans-serif;
	color: #004960;
	background-color: white;
	font-variant: small-caps
}
	
/* ID Styles */
	
#navigation a {
	font: 10px arial, sans-serif;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	background-color: #a4c2c2;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	background-color: #92c9c9;
	}

/* Class Styles */

.logo {
	font: bold 24px "Times New Roman", serif ;
	color: #0033cc;
	letter-spacing:.4em;
	text-align: center;
	background-color: white;
	}

.sidebarText {
	font: 12px georgia, monospace;
	color: #005679;
	background-color: #e6f3f4;
	}

.sidebarText01  {
	padding:0px 5px 0px 5px;
	font: 12px arial, sans-serif;
color: #005679;
	background-color: #e6f3f4;
	}	
.bodyText {
	font: 12px Arial, sans-serif;
	line-height:24px;
	background-color: white;
	color: #004960;
	}
	
	.bodyTextCemetary {
	font: 14px Arial, sans-serif;
	line-height:24px;
	background-color: white;
	color: #004960;
	border: medium groove olive;
	}
	
	
.bodyText01 {
	text-align: center;
	font: 12px arial, sans-serif;
	line-height:24px;
	background-color: white;
	color: #004960;
	
	}
.pageName {
	text-align: center;
	font: 24px georgia, monospace;
	color: #CC3300;
	background-color: white;
	letter-spacing:.1em;
	line-height:26px;
		}
	
.subHeader {
	font: bold 10px georgia, Verdana, sans-serif; 
	color: #006790;
	line-height:20px;
	letter-spacing:.10em;
	text-align: center;
	background-color: white;
	}
	
.navText {
	font: 10px arial, sans-serif;
	color: #333300;
	letter-spacing:.1em;
	background: #999900;
	}
	

	

