.Dummy { text-decoration: none }

.clear
{
clear: both;
line-height:0; 
height:0;
}

BODY { background-color: #146301;
	font-size: 12pt;
	color: #146301;
	scrollbar-3d-light-color:#F5F5DC;
        scrollbar-arrow-color:#400080;
        scrollbar-base-color:#400080;
        scrollbar-dark-shadow-color:#F5F5DC;
        scrollbar-face-color:#F5F5DC;
        scrollbar-highlight-color:#400080;
        scrollbar-shadow-color:#F5F5DC;
		font-family:"Footlight MT Light", "Times New Roman", "serif" ; 
 }

H1 { 
	font-size: 25pt;
	font-weight: 600;
 }
	
H2 { 
	font-size: 15pt;
	font-weight: 600;
 }

H3 { color: #146301;
	text-align: center;
	background: transparent;
	text-decoration: none;
	font-size: 15pt;
	font-weight: 600;
}

H4 { color: #146301;
	text-align: left;
	background: transparent;
	margin-left:10;
	margin-right:10;
	text-decoration: none;
	font-size: 18pt;
	font-weight: 600;
	}

H6 { color: #146301;
	text-align: center;
	background: transparent;
	text-decoration: none;
	font-size: 20pt;
	font-weight: 600;
 }

P { color: #146301;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none }
	
li { color: #146301;
	font-weight: 400;
	text-decoration: none }
	
TD { color: #146301;
	font-weight: 400;
	text-decoration: none }
	
.border {
border:#D3B346 solid thin;
background-color: #FFFFFF;
}

	
.menu {
border-top-color:146301;
border-top-style:solid;
border-top-width:thin;
border-bottom-color:146301;
border-bottom-style:dashed;
border-bottom-width:thin;
	font-weight: 600;
	line-height:2;
	text-align:left;
}

.center {text-align:center;}
	
.menu a:link { color: #146301;
	background: transparent; 
	text-decoration: none;
	text-align:center; }

.menu a:visited { color: #146301;
	background: transparent;
	text-decoration: none;
		text-align:center;  }

.menu a:link:hover { color: #00CC99;
	background: transparent;
	text-decoration:underline;
		text-align:center; }

A:visited { color: #146301;
	background: transparent;
	text-decoration: underline; }

A:link { color: #146301;
	background: transparent; 
	text-decoration: underline; }

A:hover { color: #00CC99;
	background: transparent;
	text-decoration:none;}

.floatleft {
float:left;
margin-right: 4px;
}

.Left { margin-right: 10px } /* adds space to right of left-aligned image */
.Right { margin-left: 10px } /* adds space to left of right-aligned image */
.red {color:#FF0000;}