body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}
#flash {	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:700px;
}
#content_container {	
	position:absolute;
	top:0px;
	left:0px;
	width:60%;
	padding:40px;
}
.heading, h1 {
	color:#F09;
	font-weight:bold;
	font-size:22px;
}
.subHeading, h2 {
	color:#09F;
	font-weight:bold;
	font-size:12px;
}
h3 {
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
a:link {
	color:#09F; 
	text-decoration:underline; 
}
a:visited {
	color:#09F; 
	text-decoration:underline; 
}
a:active {
	color:#09F; 
	text-decoration:underline; 
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
.dotted-line {
	background-image:url(../images/dotted-line.gif);
	background-repeat:repeat-x;
	background-position:center;
}