/* globals */

html, body { 
	margin:0; 
	padding:0;
	background: #FFF;
	font-family: Verdana;
} 

p {
	text-align: justify;
}

h1 {
	margin: 0 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.Big {
	font-size: 22px;
}

h2 {
	margin: 0 0 0 0;
	color: #262969;
	font-size: 15px;
}

#Logo {
	margin: 30px 0 0 200px;
}

#Copyright {
	color: #FFF;
}

#Address {
	margin: 10px 0 0 0;
	line-height: 24px;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal;
	color: #262969;
}

.FloatRight {
	float: right;
	text-align: center;
	margin: 50px 10px 0 0;
}

.FloatImage {
	float: right;
	margin: 0 0 5px 10px;
}

h3 {
	color: #CCCCCC;
	font-size: 12px;
}

td {
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #000;
}

a.Copyright { 
	color: #FFF;
	text-decoration: none;
}

a.Copyright:hover {
	text-decoration: underline;
}

a.Active {
	margin: 0 5px 0 5px;
	color: #000;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	margin: 0 5px 0 5px;
	color: #000;
	text-decoration: underline;
}
a.NotActive:hover {
	text-decoration: none;
}

#mainContent {
	margin: 10px 40px 40px 40px;
	line-height: 24px;
	text-align: justify;
}

/* forms */

#form {
	border: 1px solid #3F6A9D; 
	background: #333333;
	margin: 2px; 
	padding: 3px;
}

#Search {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px; 
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 400px; 
	border: 1px solid #9F995F; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #9F995F; 
	background: #FFF;
	color: #2F3F3C;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.textarea { 
	width: 400px; 
	height: 200px;
	padding: 3px; 
	border: 1px solid #9F995F; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}


.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #9F995F;
	color: #FFF; 
	background: #252969;	 
}