HTML, BODY 
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial, trebuchet ms, verdana;
	margin-top: 0px;
	margin-left: 0px;
}
	
a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
	
Table, td
{
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial, trebuchet ms, verdana;
	line-height: 20px;
}
	
.Struct
{
	width: 771px;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial, trebuchet ms, verdana;
}
	
.Header
{
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}

INPUT {
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: verdana;
	BACKGROUND-COLOR: #000000;
	width: 180px;
}
TEXTAREA {
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: #00354F;
	WIDTH: 500px;
	HEIGHT: 200px;
}
SELECT {
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #000000;
	WIDTH: 185px;
	HEIGHT: 20px;
}

.rowtopic {
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
}

.maincontent {
	background-repeat: no-repeat;
	background-image: url(/img/content_middle_bg.jpg);
	background-color: transparent; 
}

.subtitle {
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
}

.readonly {
	background-color: #666666;
}
