.button {
    font-family:MS Sans Serif;font-size:8pt;
	color: ButtonText;
	background: buttonface; 
	border: 1px solid buttonface;
	margin: 1; 
}

body
{
	background: #191970;	
	font-family: Verdana;
	font-size: 12px;
	color: 191970;
	scrollbar-base-color: FFFFFF;
	border-width: 1px;
	//padding-top: 5;
	padding-bottom: 0;
	margin: 5;
}

a:hover {text-decoration: none;}

a {
	text-decoration: underline;
	color: 000000;
	font-weight: bold;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: 191970;
}

input {
	font-family: Verdana;
	font-size: 11px;
}

select {
	font-family: Verdana;
	font-size: 11px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
}

td.blue1 {
	background-color: #87CEFA;
}

td.white {
	color: #191970;
	background-color: white;
	font-weight: bold;

}

