@charset "utf-8";
/* CSS Document */
.style1 {font-size: 10px}
.style3 {
	color: #1D8102;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 14px;
	color: #1D8102;
	font-weight: bold;
}
.style8 {color: #ffffff; font-size: 12px; }
.style9 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: none;
}
.style10 {
	color: #1D8102;
	font-weight: bold;
}
.style11 {color: #E65D0D}
.style12 {
	color: #FFFFFF;
	font: bold;
	font-size: 15px;
}
.style13 {
color: #999999; 
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
 }

/* Generic Grey Link */
a:link {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #1d8102; 
	text-decoration: none; 
}

a:visited {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #1d8102; 
	text-decoration: none; 
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}


/* Generic White Link (bottom of the page, copyrights etc...) */
a:link.regularWhite {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: white; 
	text-decoration: none; 
}

a:visited.regularWhite {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: white; 
	text-decoration: none; 
}

a:hover.regularWhite {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ff9900; 
	text-decoration: none; 
}

/* Generic White Link (bottom of the page, copyrights etc...) */
a:link.regularWhiteUnderline {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: white; 
	text-decoration: underline; 
}

a:visited.regularWhiteUnderline {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: white; 
	text-decoration: underline; 
}

a:hover.regularWhiteUnderline {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ff9900; 
	text-decoration: underline; 
}

/* Charcoal Gray Link  */
a:link.charcoalGray {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none; 
}

a:visited.charcoalGray {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none; 
}

a:hover.charcoalGray {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #8de207; 
	text-decoration: underline; 
}

/* Yellow Link  */
a:link.yellow {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ff9900; 
	text-decoration: underline; 
}

a:visited.yellow {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ff9900; 
	text-decoration: underline; 
}

a:hover.yellow {
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #ff9900; 
	text-decoration: underline; 
}

