@charset "UTF-8";
/* CSS Document */

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:8.5pt;
	background-color:#c00000;
	color:#FFFFFF;
	font-weight:bold;
	line-height:10px;
}

input{
	width:131px;
	height:17px;
	border:1px solid #000000;
}

select{
	width:131px;
	height:17px;
	border:1px solid #000000;
}

p{
	margin:0;
}