/* globals */
html,body{
	height: 101%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #035680;
}

td {
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #FFF;
}

p {
	margin: 0;
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

strong {
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold;
	color: #FFF;
}

h1 {
	margin: 0;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

h2 {
	margin: 0;
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold;
	color: #FFF;
}

h3 {
	margin: 0;
	font-size: 15px;
	font-style: normal; 
	font-weight: bold;
	color: #000033;
}

#Credits {
	margin: 20px 10px 0 3px;
	font-size: 11px;
	letter-spacing: -0.5px;
	color: #FFF;
}

a.Credits {	
	color: #FFF;
	text-decoration: underline;
}

a.Credits:hover {
	text-decoration: none;
}

#Footer {
	margin: 0 30px 0 30px;
	font-size: 12px;
	color: #FFF;
}

a.Footer {	
	color: #FFF;
	text-decoration: none;
}

a.Footer:hover {
	text-decoration: underline;
}

a.Intro {	
	color: #FFF;
	text-decoration: none;
}

a.Intro:hover {
	text-decoration: underline;
}

.Quotes {
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(../pics/OkayIconWhite.gif);
	background-repeat: no-repeat;
	background-position: 1.0em;
	padding-left: 3.0em;
	padding-bottom: 1px;
	font-size: 12px;
	color: #FFF;
}

a.Active {
	font-size: 13px;
	margin: 0 20px 0 20px;
	color: #336681;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {	
	font-size: 13px;
	margin: 0 20px 0 20px;
	color: #FFF;
	text-decoration: none;
}

a.NotActive:hover {
	text-decoration: underline;
}

.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: 14px;
	color: #FFF;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

#MainContent {
	margin: 80px 55px 60px 55px;
	text-align: justify;
	color: #FFF;
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #f16328; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.Captcha { 
	margin: 0; 
	padding: 3px; 
	width: 200px; 
	border: 1px solid #f16328; 
	background: #FFF;
	color: #2F3F3C;	 
}

.Captcha:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 50px;
	padding: 3px; 
	border: 1px solid #f16328; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #f16328;
	color: #fff400; 
	background: #00958e;	 
}
