@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	
}

img {
	border: 0px;
}

div.wrapper {
	width: 935px;
	margin: 0 auto;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #669933;
	font-style: normal;
	font-weight: normal;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 0px;
}

p {
	margin-bottom: 20px;
	margin-top: 0px;
}

p img {
	vertical-align:middle;	
}

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.green {
	color: #006600;
}
