/* CSS Document */

.a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #B7C65F;
	line-height: 18pt;
	letter-spacing: 2px;
	
}


.b {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 13pt;
	
}

.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: small;
	color: #000000;
	font-weight: bold;
	
}


body {
	background-image: url(images/greenlines.gif);
	background-position: top center;
	background-repeat: repeat;
	

}

