/* CSS Document */
a:hover {
	color:#339900;
	text-decoration:underline;
}

a {
	color:#339900;
	text-decoration:none;
}

p {
	font-family: Verdana;
	font-size: 11px;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
}

h2 {
	font-family: Arial;
}

h3 {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-weight:bold;
}

.green-font {
	color: #339900;
	font-weight: normal;
	
}

.red-font {
	color: #FF0000;
	font-weight: normal;
}

.darkred-font {
	color:maroon;
}

.pink-font {
	color: fuchsia;
}

.blue-font {
	color: #0000FF;
	font-weight: normal;
}

.darkblue-font {
	color: darkblue;
	
}

.navyblue-font {
	color: #800080;
	font-weight: normal;
}

.orange-font {
	color: #FFA500;
	font-weight: normal;
}

.gold-font {
	color: darkgoldenrod;
	font-weight: normal;
}

.seagreen-font {
	color: seagreen;
	font-weight: normal;
	
}

.grey-font {
	color: #999999;
}