BODY {
	overflow-x:auto;
	overflow-y:auto;
	margin:0px;
	background:rgb(255,255,255);
}

DIV {
	margin: 0px 5px 0px 5px;
}


UL LI {
	list-style-type: square;
	color: rgb(19,28,70);
	margin-left: 0;
	margin-top: -2px;
	padding-left: 0em;
	text-indent: 0em;
}

A:link, A:visited {
	color: rgb(19,28,70);
	text-decoration: none;
}
A:hover {
	color: rgb(86,116,149);
	text-decoration: underline;
}

SPAN.ev {
	color: rgb(140,0,0);
}

.form {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	color:rgb(30,40,70);
	text-decoration:none;
	border:1px solid rgb(30,40,70);
	background-color:rgb(223,229,233);
	font-weight:bold;
	overflow-y:auto;
}

TABLE {
padding : 0px;
margin : 0px;
border-collapse : collapse;
border-spacing : 0px;
empty-cells : hide;
caption-side : bottom;
font-size : 11px;
font-family : Verdana, Helvetica, Arial, sans-serif;
line-height: 20px;
text-align:left;
color: rgb(70,70,70);
}

DIV.title {
background : none;
background-image : url(imgs/as2.gif);
padding : 2px 10px 2px 10px;
margin:0px 0px 10px 0px;
border-width : 0 0 1 0px; 
border-style : solid; 
border-color : rgb(186,190,194); 
border-collapse : collapse; 
border-spacing : 0;

font-size : 11px;
font-weight: normal;
font-family : Verdana, Helvetica, Arial, sans-serif;
line-height : 20px;
text-align : justify;
color : rgb(40,40,40);
}