/* CSS Document */

body {
background-color:#D8D8D8;
font-family:Trebuchet MS;
font-size:9pt;
color:#004040;
margin-left:0;
margin-top:5;
margin-bottom:5;
}

a { color:#006262; text-decoration:none; }
a:hover { color:#0F3A3A; text-decoration:underline; }

td.text {
background-color:#E1DFE3;
border-color:#D1D1D1;
border:1px thin solid;
padding:5px;
}
input
{
	font-size : 11px;
	font-family: Trebuchet MS;
	color: #999988;
	text-align:center;
	width:150px;
	background: #E6E6FA;
	border:1px dotted;
}
input.submit
{
	font-size : 11px;
	font-family: Trebuchet MS;
	color: #999988;
	text-align:center;
	width:150px;
	background: #DADAF8;
	border:1px dotted;
}
input.readonly
{
	font-size : 11px;
	font-family: Trebuchet MS;
	color: #999988;
	text-align:center;
	width:150px;
	background: #FFFFAA;
	border:1px dotted;
}
select
{
	font-size : 11px;
	text-align:center;
	color: #999988;
	width:151px;
	background: #E6E6FA;
	border:1px dotted;
}
textarea
{
	font-family : Trebuchet MS;
	font-size : 11px;
	text-align:center;
	color: #999988;
	width:150px;
	height:50px;
	background: #E6E6FA;
	border:1px dotted;
}
hr { border: thin dotted; color: #b4ccd7;  }
