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