@CHARSET "UTF-8";

body{
	background-color: #000000;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline ;
}

a:hover {
	color: #990000;
	text-decoration: none ;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table tr.group {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table tr.group td {
	padding-left: 5px;
}

table tr.alt {
	background-color: #BDB4AB;
}

table td.pageTitle {
	text-align: left;
	vertical-align: middle;
	height: 40px;
	font-weight: bold;
	font-size: medium;
}



table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

table.menu a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

table.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}

table.menu td.group {
	font-size: xx-small;
	font-weight: bold;
}




input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txt a:link {
	color: #333333;
	text-decoration: underline ;
} 
.txt a:visited {
	color: #333333;
	text-decoration: underline;
} 
.txt a:hover {
	color: #990000;
	text-decoration: none ;
}

span.error
{
	color: Red;
}

span.required
{
	color: Red;
	font-weight: bold;
}

span.title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;	 
}