/* globals */
html, body { 
	margin:0; 
	padding:0;
} 

td {
	font-family: Verdana;
	font-size: 14px; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: normal;
}

a.Active {
	margin: 0;
	color: #FFF;
	text-decoration:none; 
}

a.Active:hover {
	text-decoration: none;
}

a.NotActive {
	margin: 0 9px 0 9px;
	color: #537a00;
	text-decoration:none;
}

a.NotActive:hover {
	text-decoration:none;
	border-bottom:1px dotted;
}

.Small {
	font-size: 11px; 
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 14px;
	margin: 0;
	color:#000;
	font-weight: normal;
}

h2 {
	margin: 0 0 0 3px;
	font-size: 14px;
	color:#fff;
	font-weight: normal;
}

h3 {
	margin: 10px 0 15px 0;
	font-size: 15px;
	color:#80a531;
	font-weight: bold;
}

#Footer {
	margin: 0;
	color:#FFF;
}

#Footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#Footer a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	border-bottom:1px dotted;
}

#MainContent {
	margin: 0 70px 0 70px;
	color:#000;
}

#MainContent strong {
	font-weight: bold;
}

#MainContent a {
	color: #ed8a04;
	text-decoration: none;
	border-bottom:1px dotted;
}

#MainContent a:hover {
	text-decoration: none;
}

.floatRight{
	float: right;
	margin: 0 0 0 10px;
}

/* forms */
.pulldown { 
	margin: 0; 
	padding: 3px; 
	width: 233px; 
	border: 1px solid #383737; 
	background: #FFF;
	color: #494949;
}

.pulldown:hover { 
	background: #f5f5f5; 
	border: 1px solid #383737; 
	color: #494949;
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 233px; 
	border: 1px solid #383737; 
	background: #FFF;
	color: #494949;
}

.input:hover { 
	background: #f5f5f5; 
	border: 1px solid #383737; 
	color: #494949;
}

.NewsLetter { 
	margin: 0; 
	padding: 3px; 
	width: 214px; 
	border: 1px solid #d0ddb3; 
	background: #c7d5a7;
	color: #e5edd1;
}

.NewsLetter:hover { 
	background: #d0ddb3; 
	border: 1px solid #d0ddb3; 
	color: #FFF;
}

.NewsLetterButton { 
	margin: 0;
	color: #FFF; 
	border: 0; 
	font-family: Verdana;
	font-size: 14px; 
	background-color : transparent; 
}

.textarea { 
	width: 320px; 
	height: 130px;
	padding: 3px; 
	border: 1px solid #383737; 
	background: #FFF;
	color: #494949;
}

.textarea:hover { 
	background: #f5f5f5; 
	border: 1px solid #383737;
	color: #494949;
}

.button { 
	margin: 0; 
	padding: 5px;
	width: 150px; 
	border: 1px solid #383737;
	color: #494949; 
	background: #FFF;	 
}
