body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2;
	background-image : url('backgrnd01.jpg');
}

p, ol, ul, address {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.normal	{ font-size: 13px; }
.small {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.vsmall { font-size: 9px; }

/* Links - Anchors                                                            */
a { color: #006400;  }
a:visited { color: #006400 }
a:hover	{
	color: Red;
	background-color: #FFFF99;
}

/* Headings 																  */
h1 {color: #006400;}
h2 {color: #006400;font-size: 16px;}		
h3 { color : #006400; font-size:14px }
h4 {
	font-size: 12px;
	color: #006400;
	text-decoration: underline;
	font-weight: normal;
}
h5 { font-weight : normal; font-size : 10pt; }
h6 { font-family: Book Antiqua; font-weight: normal }

/* Page Layout -------------------------------------------------------------- */
.page_fieldset {border: 1px solid #006400;padding: 5px;}
.page_legend {color: #006400; font-size: 18px; font-weight: bold;}
.normal_fieldset {border: 1px solid #006400; padding: 2px;}
.normal_legend {color: #006400;	font-weight: bold;font-size: 13px;text-decoration: underline;}

/* Page Sections 															  */ 
.TopNav		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold ;
}
.Footer		{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}
.TahomaSmall {
	font-size: 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, san-serif;
	}
.TahomaNormal {
	font-size: 13px;
	font-family: Tahoma, Geneva, Arial, Helvetica, san-serif;
}

/* Images 																	  */ 
.ImageBorderBlack {
	border: 1px solid #000000;
}

/* 																			  */ 
.GreenHdr{
	background-color : #99cc00;
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : bold;
}
Table.FormTable{
	font-size: 11px;
	font-family : "Tahoma,MS Sans Serif", Geneva, sans-serif;
	border-collapse: collapse;
}


/* Controls the smaller tables on the home page */
table.homepage {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
th.homepage {
	color : Black;
	background-color : #99CC00;
	text-align : left;
}


hr { color : #99CC00; }




/* Form Elements																
----------------------------------------------------------------------------- */
input {
	font-family : "Tahoma, MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	background-color : #FFFFCC;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	border-left: 1px solid #99cc00;
	border-top: 1px solid #99cc00;
	color: Black;
	height:19px;
}
.stdbtn {
	font-family : "Tahoma, MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	background-color : #FFFFCC;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	border-left: 1px solid #99cc00;
	border-top: 1px solid #99cc00;
	color: Black;
	height:px;
	text-decoration:none;
	cursor: hand;
}
select	{
	font-family : "Tahoma, MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	background-color : #FFFFCC;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	border-left: 1px solid #99cc00;
	border-top: 1px solid #99cc00;
	color: Black;
}
select.drpdwnwhite	{
	font-family:tahoma,san-serif;
	font-size: 11px;
	color: Black;
	background-color: White;
}
.TextBox		{
	font-family: Courier New;
	font-size: 9pt;
	width: 600px;
	color : Maroon;
}
TEXTAREA.snip 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	background-color : #FFFF99;
	text-decoration: underline;
}
.sbtnGreen {
	font-family:tahoma,sans-serif;
	font-size: 11px;
	background: #99cc00;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	border-left: 1px solid #009933;
	border-top: 1px solid #009933;
	color: Black;
	height:19px;
	text-decoration:none;
	cursor: hand;
	
}

.sbtnGold {
	font-family:tahoma,sans-serif;
	font-size: 11px;
	background: #FFD700;
	border-bottom: 1px solid #8B4513;
	border-right: 1px solid #8B4513;
	border-left: 1px solid #CD853F;
	border-top: 1px solid #CD853F;
	color: Black;
	height:19px;
	text-decoration:none;
	cursor: hand;
}
