@charset "UTF-8";
/* CSS Document */

body {
	height:110%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	background-color: #000000;
	font-size:100%;
	margin: 0px;
}

html {
	overflow:scroll;
}

img {
	border:none;
}

#mainwrapper {
	width: 1000px;	
	width: 100%;
	margin-top:25px;
	
}

#header {
	width: 1000px;	
	width: 100%;
	margin-left:10px;
	margin-top:10px;
	font-size:350%;
}

.table {
	font-size:70%;
	padding:10px;
	margin-top:10px;
	line-height:15px;
}

table .text {
	font-size:110%;
	text-align:justify;
}

.table2 {
	margin-top: 150px;
}

.table3 {
	margin-top:50px;
	font-size:100%;
	line-height:20px;
}


a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	margin-top:15px;	
}


a:hover {
	text-decoration: none;
	color: #CC6666;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a.noborder, img.noborder{
border: 0px;
text-decoration:none;
padding:0px;
vertical-align: text-top;
} 

.icon {
	hspace:5px;
	}

.img {
	float:left;
	padding:10px;
}	

.right {
	text-align: center;
}
