/* Text Colors
light green: #4AB479
dark green: #2D8054
tan: #E4E4C9
blue: #598FBA
*/
body, p {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

a.Small_Links:link  {font-family: Verdana; color : #2D8054; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.Small_Links:visited  {font-family: Verdana; color : #2D8054; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.Small_Links:active  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 8pt; font-weight: bold}
a.Small_Links:hover  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.Small_Links_Reg:link  {font-family: Verdana; color : #2D8054; font-size: 8pt; font-weight: normal;  text-decoration: none;}
a.Small_Links_Reg:visited  {font-family: Verdana; color : #2D8054; font-size: 8pt; font-weight: normal;  text-decoration: none;}
a.Small_Links_Reg:active  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 8pt; font-weight: normal;}
a.Small_Links_Reg:hover  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 8pt; font-weight: normal;}

a.Bottom_Links:link  {font-family: Arial; color : #FFFFFF; font-size: 8pt; font-weight: bold;  text-decoration: none;}
a.Bottom_Links:visited  {font-family: Arial; color : #FFFFFF; font-size: 8pt; font-weight: bold;  text-decoration: none;}
a.Bottom_Links:active  {font-family: Arial; color : #2D8054; text-decoration: underline; font-size: 8pt; font-weight: bold;}
a.Bottom_Links:hover  {font-family: Arial;	color : #2D8054; text-decoration: underline; font-size: 8pt; font-weight: bold;}

a.Bottom_Links_darker:link  {font-family: Tahoma; color : #2D8054; font-size: 10px; font-weight: normal;  text-decoration: none;}
a.Bottom_Links_darker:visited  {font-family: Tahoma; color : #2D8054; font-size: 10px; font-weight: normal;  text-decoration: none;}
a.Bottom_Links_darker:active  {font-family: Tahoma; color : #4AB479; text-decoration: underline; font-size: 10px; font-weight: normal;}
a.Bottom_Links_darker:hover  {font-family: Tahoma;	color : #4AB479; text-decoration: underline; font-size: 10px; font-weight: normal;}


a.Tiny_Links_Reg:link  {font-family: Verdana; color : #2D8054; font-size: 7pt; font-weight: normal; text-decoration: none;}
a.Tiny_Links_Reg:visited  {font-family: Verdana; color : #2D8054; font-size: 7pt; font-weight: normal; text-decoration: none;}
a.Tiny_Links_Reg:active  {font-family: Verdana; color : #2D8054; text-decoration: underline; font-size: 7pt; font-weight: normal;}
a.Tiny_Links_Reg:hover  {font-family: Verdana; color : #4AB479; text-decoration: underline; font-size: 7pt; font-weight: normal;}

.Tiny_Text_White{
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	color: #FFFFFF;
	}



a:link  {font-family: Verdana; color : #2D8054; font-size: 10pt; text-decoration:none; font-weight: bold;}
a:visited  {font-family: Verdana; color : #2D8054; font-size: 10pt; font-weight: bold;  text-decoration: none;}
a:active  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a:hover  {font-family: Verdana; color : #598FBA; text-decoration: underline; font-size: 10pt; font-weight: bold;}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
font-style: normal;
color:#4AB479;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: normal;
color:#4AB479;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
font-style: normal;
color:#4AB479;
}

.normal {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
.normal_grey {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #666666;
}
.smaller_red {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	color: #921D2F;
}
.normal_red {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #921D2F;
}
.Small_Text {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #2D8054;
}
.Small_Text_White {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
#printonly { 
  display : none; 
} 


.special { display:none;
margin-left:5px; } 
/*

*/
ul.nomargin{
	margin-left:0px;

}
.ItalicHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: italic;
color:#4AB479;
}
.ItalicHeaderWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: italic;
color:#FFFFFF;
}

.Bold_Medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
font-style: normal;
color:#2D8054;
}