/* globals */
html, body { 
	margin:0; 
	padding:0;
	font-family: Georgia, Times, serif;
} 

td {
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #333;
}

strong {
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	color: #666;
}

#Credits {
	font-size: 11px;
	color: #666;
}

a.Footer {	
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}

a.Footer:hover {
	text-decoration: none;
}

.FooterImage {
	margin: 10px 0 10px 0;
}

.h1_Content {
	font-size: 16px;
	font-style: normal; 
	font-weight: bold;
	color: #666;
}

h2 {
	font-size: 15px; 
	font-style: normal; 
	font-weight: normal;
	color: #97c115;
}

a.Active {
	font-size: 13px;
	margin: 0 15px 0 15px;
	color: #FFF;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {	
	font-size: 13px;
	margin: 0 15px 0 15px;
	color: #000;
	text-decoration: none;
}

a.NotActive:hover {
	text-decoration: underline;
}

a.MainContent {	
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.FloatRight {
	float: right;
	margin: 0 0 10px 10px;
}

#Content {
	margin: 250px 30px 20px 30px;
	color:#333;
}

#Content a {	
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}

#Content a:hover {
	text-decoration: none;
}

.Spam{
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #97c115; 
	background: #FFF;
	color: #999; 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #97c115; 
	background: #FFF;
	color: #999; 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #97c115; 
	background: #FFF;
	color: #999;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #97c115;
	color: #FFF; 
	background: #97c115;	 
}
