/* Text Colors

Light green: #4C8C4F
Dark green: #294E2B
Orange: #FF8400

*/


body {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #294E2B;
}

TABLE { border: 0px solid #ffffff; }
TABLE TD { border: 0px solid #ffffff; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 124px; /* Width of Menu Items */
	border-bottom: 1px solid #4C8C4F;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 123px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #294E2B; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #4C8C4F; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* Links */

a.Menu_White:link  {font-family: Verdana; color : #FFFFFF; font-size: 8pt; font-weight: normal;  text-decoration: none;}
a.Menu_White:visited  {font-family: Verdana; color : #FFFFFF; font-size: 8pt; font-weight: normal;  text-decoration: none;}
a.Menu_White:active  {font-family: Verdana; color : #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: normal;	display: block; background: #4C8C4F;}
a.Menu_White:hover  {font-family: Verdana; color : #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: normal;	display: block; background: #4C8C4F;}

a:link  {font-family: Verdana; color : #294E2B; font-size: 10pt; text-decoration:none; font-weight: bold;}
a:visited  {font-family: Verdana; color : #294E2B; font-size: 10pt; font-weight: bold;  text-decoration: none;}
a:active  {font-family: Verdana; color : #4C8C4F; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a:hover  {font-family: Verdana; color : #4C8C4F; text-decoration: underline; font-size: 10pt; font-weight: bold;}

a.Small_Links:link  {font-family: Verdana; color : #FFFFFF; font-size: 8pt; text-decoration: none;}
a.Small_Links:visited  {font-family: Verdana; color : #FFFFFF; font-size: 8pt; text-decoration: none;}
a.Small_Links:active  {font-family: Verdana; color : #FFFFFF; text-decoration: underline; font-size: 8pt; font-weight: bold;}
a.Small_Links:hover  {font-family: Verdana; color : #FFFFFF; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.Bottom_Links:link  {font-family: Verdana; color : #FFFFFF; font-size: 7pt; font-weight: normal;  text-decoration: none;}
a.Bottom_Links:visited  {font-family: Verdana; color : #FFFFFF; font-size: 7pt; font-weight: normal;  text-decoration: none;}
a.Bottom_Links:active  {font-family: Verdana; color : #FFFFFF; text-decoration: underline; font-size: 7pt; font-weight: normal;}
a.Bottom_Links:hover  {
	font-family: Verdana;
	color : #4C8C4F;
	text-decoration: underline;
	font-size: 7pt;
	font-weight: normal;
}

/* Headings */


h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C8C4F;
	font-weight: bold;
}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#4C8C4F;
}


.ItalicHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: italic;
color:#4C8C4F;
}

/* Text */
.Tiny_Text{
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	color: #294E2B;
	}
.normal_text_dark_green, .normal_text_light_green, .normal_text_white, .normal_text_orange{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
}
.small_text_dark_green, .small_text_light_green, .small_text_white, .small_text_orange{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
}
.normal_text_dark_green, .small_text_dark_green {color: #294E2B;}
.normal_text_light_green, .small_text_light_green {color: #4C8C4F;}
.normal_text_white, .small_text_white {color: #FFFFFF;}
.normal_text_orange, .small_text_orange {color: #FF8400;}




/* Misc */
#printonly { 
  display : none; 
} 


.special { display:none;
margin-left:5px; } 

ul.nomargin{
	margin-left:0px;

}
