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

body {
	background-color: #202c34;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	}

	#header {
	height: 144px;
	}
	
	#footer {
	text-align: center;
	background-color: #202c34;
	color:#FFFFFF;
	width: 100%;
	height: 20px;
	padding: 100px 0 10px;
	}
	
	#flashcontent {
	width: 100%;
	height: 460px;
	color: #FFFFFF;
	}
a:link {
	color: #767a88;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #767a88;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
