BODY {
	BACKGROUND-COLOR :#011b4a;
	FONT-FAMILY : arial,verdana,helvetica;
	FONT-SIZE : 4pt;
	margin-top : 10px;
}
.input {
	color: white;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color :#006699;
	border : thin outset;
}
.label {
	color: white;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 12px;
	font-weight : normal;
	background-color :#006699;
}
.labelBig {
	color: white;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 14px;
	font-weight : bold;
	background-color :#006699;
}
.warning {
	color: red;
	FONT-FAMILY : arial,verdana,helvetica;
	font-size : 16px;
	font-weight : bold;
	background-color :white;
}
input.button {
	background-color: #9CBACE;
	border-color: #9CBACE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	width: 5em;
}
A:link {
	color: #C0C0C0;
}
A:active {
	color: #80FFFF;
}
A:hover {
	color: magenta;
}
A:visited {
	color: yellow;
}

