@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	height: 100%;
	width: 100%;
}

.colored{
	background-color: #1A1A1A;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 80px;
	line-height: 16px;
}
.top a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
.top a:hover {
	color: #669900;
}


.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 80px;
	line-height: 16px;
}
.bottom a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
.bottom a:hover {
	color: #669900;
}

/*  */
.halfleft {
	width: 47%;
	float: left;
	clear: right;
	padding-right: 2%;
}
.halfright {
	width: 47%;
	float: left;
	clear: right;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.spacer {
	width: 100%;
	clear: both;
	font-size: 0px;
}

/*  */

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 0px;
}


/*  */

#flashcontent {
	height: 100%;
}
