@charset "UTF-8";
/* CSS Document */

.style1 {color: #20592A}
.style2 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #24245b;
}
.style5 {font-size: 14px}
.style6 {color: #24245b; font-family: Georgia, "Times New Roman", Times, serif;}
.style7 {font-size: 12px}

a { color:#20592A; text-decoration:none;}
a:hover { color:#24245b; text-decoration: underline; }

.blue a { color:#24245b; text-decoration:none;}
.blue a:hover { color:#20592A; text-decoration: underline; }

.copyright a { color:#CCCCCC; text-decoration:none;}
.copyright a:hover { color:#ffffff; text-decoration: underline; }

.green_subhead {color: #20592a}
