/* CSS Document */
*{margin:0;padding:0}
#body{
	text-align:center;
	font-size:62.5%;
	font-family:arial, sans-serif;
	border-top: solid #ffffff 10px;
	margin: auto;
	color: #000000;
	background-color: #FFFFFF;
}
#first{
	width:780px;
	margin: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	
}
#second{
	width:780px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
	
}
#middle{
	width:780px;
	left:400px;
}

h1{
	height:170px;
	background:url(logo.jpg) no-repeat;
	text-indent:-5000px;
}
h2{
	font-size:1.7em;
	font-weight:normal;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 5px 0px 5px;
	text-align: center;
	padding-top: 10px;
}



.text{
	color:#000000;
	font-size:1.3em;
	text-align: center;
	
	padding: 0px;
}
.maintext a{
	color:#a4aab0;
	text-decoration: underline;
}
.maintext a:hover {
	color:#000000;
	text-decoration: underline;
}





a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: underline
}
a:hover{
	color: #a4aab0;
	
}
#footer {
	clear:both;
	width:100%;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 3em;
	text-align: center;
	border-bottom: solid #007aff 10px;
}
#footer a {color:#a4aab0}
#footer a:hover {color:#000000}
