@charset "utf-8";
body{
	background-color: #000000;
	font: normal 12px "Trebuchet MS";
	font-weight:normal;
	color: #FFFFFF;	
}

a {
	color: #FFFFFF;	
}

a.red_link,
a.red_link:visited,
a.red_link:link,
a.red_link:hover {
	color: #ff0000;	
}
.main_text {
text-align:justify;
}
.main_frame {
	width: 990px;
}
.modules {
	height: 263px;
	width: 376px;
}
.white_text,
.white_text a
{
	font: normal 12px "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
}
.module_headers,
.module_headers a
 {
	font: bold 13px "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
}
.fields_style {
	font: bold 12px "Trebuchet MS";
	color: #666666;
	text-decoration: none;
	height: 16px;
	width: 120px;
}
.memo_style {
	font: normal 12px "Trebuchet MS";
	color: #666666;
	text-decoration: none;
	height: 150px;
	width: 190px;
}
.button_style {
	font: bold 12px "Trebuchet MS";
	color: #666666;
	text-decoration: none;
	height: 24px;
	width: 100px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
