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

h1 {
	color:#999999;
	font-size:21px;
	padding:0px 0px 0px 0px;
	font-weight:100;
	}
	
.hdrGreen {
	color: #87c711;
	}
	
a.smallgreen:link {
	color:#87c711;
	font-size:14px;
	text-decoration:none;
	}
	
a.smallgreen:active {
	color:#87c711;
	font-size:14px;
	text-decoration:none;
	}
	
a.smallgreen:visited {
	color:#87c711;
	font-size:14px;
	text-decoration:none;
	}
	
a.smallgreen:hover {
	color:#999999;
	font-size:14px;
	text-decoration:none;
	}