body {
	background-color: #000000;
	color: #FFFFFF;
    border-width: 0;
	padding: 0px;
	margin: 0px;

	font-family:	Verdana, Helvetica, Arial, Sans-serif;
	font-size:		8pt;
	font-weight:	normal;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border-style:	none;
}

form {
	margin: 0px;
}

input {
	font-family:	Verdana, Helvetica, Arial, Sans-serif;
	font-size:		8pt;
	font-weight:	normal;
}

input[type=text],
input[type=password],
textarea {
	border-style:	none;
}

input.code {
	font-family:	Courier;
	font-size:		12pt;
	font-weight:	bold;
	text-transform:	uppercase;
}

td {
	font-family:	Verdana, Helvetica, Arial, Sans-serif;
	font-size:		8pt;
	font-weight:	normal;
}

td.news {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.box {
	border-style: solid;
	border-width: 1px;
	border-color: #228b22;
}

td.title {
	background-color: #eeeeee;	
	color: #b40000;
	font-weight: bold;
	text-align: center;
	font-size:		10pt;
}

td.header {
	background-color: #666666;	
	font-weight: bold;
}

td.action {
	background-color: #555555;	
}

td.data,td.data0 {
	background-color: #444444;	
}

td.data1 {
	background-color: #222222;	
}

td.space {
	background-color: #111111;	
}

td.error {
	background-color: #ff0000;	
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#menu {
	color: #ffffff;		
	font-weight: bold;
	font-size: 14px;
}

a.title:link {
	color: #b40000;
	font-weight: bold;
	text-decoration: none;
}

a.title:visited {
	color: #b40000;
	font-weight: bold;
	text-decoration: none;
}

a.title:hover {
	color: #b40000;
	font-weight: bold;
	text-decoration: underline;
}

a.title:active {
	color: #b40000;
	font-weight: bold;
	text-decoration: underline;
}

