body {
	margin:0px;
	background-color:#000000;
}

a:link {
	color : #CC0000;
	text-decoration : underline;
}

a:visited {
	color : #CC0000;
	text-decoration : underline;
}

a:hover {
	color : #CC0000;
	text-decoration : underline;
}

a:active {
	color : #CC0000;
	text-decoration : underline;
}

body, td, input, select {
	font-family : Verdana;
	font-size : 12px;
}

.header {
	font-size : 14px;
	font-weight : bold;
	color : #CC0000;
}

.button {
	font-size : 11px;
	font-weight : bold;
	color : #CC0000;
	cursor : hand;
}

.field {
	font-family : Arial;
	border : 1px groove #CCCCCC;
	font-size : 11px;
	font-weight : normal;
	color : #CC0000;
}

.table {
	font-family : Arial;
	font-size : 11px;
	background-color: #FFFFFF;
	border: 7px solid #A4C0C4;
}