a {
	cursor: hand;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
}
a:link { color: #000080;}
a:visited { color: #000080;}
a:active { color: #ff0000;}        /* active links */
a:hover {
	color: Maroon;
}


h1 {  								/*Main Heading*/
	font-family: Arial;
	font-size: 12pt;
	color: #800000;
	font-weight: bold;
}


h2 {  								/*Heading Two*/
	font-family: Arial;
	font-size: 12pt;
	color: #000080;
	font-weight: bold;
}


h3 {  								/*Heading Three*/
	font-family: Arial;
	font-size: 12pt;
	color: #000080;
	font-weight: normal;
}


h4 {  								/*General Text*/
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	font-weight: normal;
}

.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.generaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000080;
}
.boxheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px none #000000;


}
.boxtable {
	border: 1px solid #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
.elders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
