@charset "UTF-8";
a:link {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
body {
	background-color:#425770;
	color: #FFFFFF;
}


#wrapper {
	width: 1066px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:14px;
	padding-top: 20px;
}
#textwrapper {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:14px;
	padding-left: 50px;
}
#textwrapper h1 {color:#FF6600;}

#textwrapper a:link {
	text-decoration: none;
	color:#FF6600;
}

#textwrapper a:hover {
	text-decoration:underline;
}
#textwrapper a:visited {
	text-decoration: none;
	color:#FF6600;
}

