/*General Page Headers*/
h3 {
	text-decoration: underline;
	text-weight:bold;
	font-family: verdana;
	font-size: 13.5pt
	}
h3.green {
	text-weight:bold;
	text-decoration:none;
	font-family: verdana;
	font-size: 13.5pt;
	color: 195B19;
	padding-left: 15pt;
	padding-right: 15pt;
	}

/*General Paragraph Format*/
p {
	font-family: "verdana";
	font-size: 10pt;
	}
p.indented {
	padding-left: 30pt;
	padding-right: 30pt;
	}

/*General Table Format*/

td {
	font-family: "verdana";
	font-size: 10pt;
	}

/*General Bold Format*/
b {
	font-family: "verdana";
	font-size: 11pt
	}

/*General Page Links*/
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #195B19
	}
a:hover {
	text-decoration: none
	}

/*Menu Links*/
a.menu:visited, a.menu:link, a.menu:active {
	color:white; 
	font-family: "verdana", "arial"; 
	font-weight:bold; 
	font-size:10pt; 
	text-decoration:none;
	border: none
	}
a.menu:hover {
	text-decoration:underline overline; 
	font-family: "verdana", "arial"; 
	font-size:10pt;
	border: none
	}

/*Menu Layout*/
p.menu {
	position: relative; 
	bottom: 20pt; 
	right: 65px; 
	text-align:right; 
	line-height: 15pt;
	}
.chosen {
	color:white; 
	text-decoration:underline overline; 
	font-family: "verdana", "arial"; 
	font-weight:bold; 
	font-size:10pt
	}


