p {
	color: black; 
	font-family: arial; 
	font-size:9pt;
	/*font-size:x-small;*/
}

.style1 {
font-family: Georgia, "Times New Roman", Times, serif, "Georgia Ref"; 	
font-size: medium;
}

.style2 {color:black; font-size:smaller; font-family:Arial;}

.style3 {font-style: italic; font-size:x-small;}/*font-size:55%;}*/

.style4 {font-style: italic; font-size:x-small; font-family:Georgia}

.style5 {
font-size:xx-small; 
font-family:Arial}

.style6 {font-size:x-small; font-family:Arial}

.style7 {font-style: italic; font-size:smaller; font-family:Georgia}



.styleGreenBorder {BORDER-RIGHT: green 1px solid; BORDER-TOP: green 1px solid; BORDER-LEFT: green 1px solid; BORDER-BOTTOM: green 1px solid; background-color:#FFFFFF}

.styleGreenBorder4 {font-style: italic; font-size:x-small; font-family:Georgia;
	BORDER-RIGHT: green thin solid; BORDER-TOP: green thin solid; 
	BORDER-LEFT: green thin solid; BORDER-BOTTOM: green thin solid}

.styleFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: green;
}

.styleEvenSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-size: 50%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: green;
}

.leftcolumn {
	color:green; 
	font-family:arial; 
	/*font-size:small;*/
	font-size: 9pt;
	height:30px;
}
	
/*
.leftcolumn-small {
	color:green; 
	font-family:arial; 
	font-size:x-small;
	height:30px;
	padding-left: 15px;
}
*/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFCC; /* page background color is off white */
}

a:link, a:visited, a:hover {
	color: #006500;  
	text-decoration: none;
	font-weight:inherit;
	}

a:visited {
	
}

/* overrides decoration from previous rule for hovered links */
a:hover {
/*	color:#333399;*//* Blue for indicating links when hovering */
	color:#CC3300; /* A deep Orange*/
	font-weight:bold;
	text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
/*font-size: 115%;*/
font-size:16px;
color: #000000;
}

h2{
font-size: 100%;
color: #000000;
}

h3{
font-family:"Courier New", Courier, mono;
font-size: 100%;
/*font-size:14px;*/
/*color: #000000;*/
color:#006600;
}

h4{
font-size: 85%;
font-weight: bold;
color: #000000;
}

h5{
font-size: 80%;
color: #000000;
}

h6{
font-size:100%;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
color: #000000;
}

/*   */

#links {width: 139px; float: right; background: rgb(98, 165, 98); margin-right:10px;
	padding: 10px; border: 2px solid rgb(169, 210, 114); }
#links a {display:block; font-family: sans-serif; color: white; font-size: 9pt}

#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: rgb(169, 210, 114); text-decoration: underline}
#links a:active {text-decoration: none}
#links a.newgroup {margin-top: 15px}
