/* globals */
html,body{
	background-color: #cccccc;
	height: 101%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times, serif;
}

body {
	margin: 0px;
}

td {
	font-size: 13px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #999;
}

strong {
	font-size: 13px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold;
	color: #333;
}

h1 {
	margin: 5px 0 0 10px;
	font-size: 13px;
	font-style: normal; 
	font-weight: normal;
	color: #3a5e04;
}

h2 {
	margin: 0 0 0 30px;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

#Credits {
	font-size: 11px;
	color: #666;
}

.Footer {
	color: #FFF;
	font-size: 13px;
	letter-spacing: -0.6px;
}

a.Active {
	font-size: 13px;
	margin: 0 5px 0 5px;
	color: #FFF;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {	
	font-size: 13px;
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}

a.NotActive:hover {
	text-decoration: underline;
}

a {	
	font-size: 13px;
	margin: 0 10px 0 10px;
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Quotes {
	margin: 10px;
}

.Btn {
	margin: 0 8px 0 0;
}

#Buttons {
	margin: 0 0 0 220px;
}

#Window {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

a.BtnWindow {	
	font-size: 13px;
	margin: 0;
	color: #333333;
	text-decoration: none;
}

a.BtnWindow:hover {
	text-decoration: underline;
}

a.MainContent {	
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 50px 0 20px 20px;
}

#MainContent {
	margin: 10px 30px 30px 30px;
	color:#3a5e04;
}

.Image {
	background-color: #eef2e6;
	padding: 5px 5px 5px 5px;
}