
BODY, TABLE, TD{

 font-family: Arial;
 font-size:12px;
 color:#000000;
}
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #f2d3f2;
	scrollbar-arrow-color: #524381;
	scrollbar-track-color: #FFFFFF;




	
}

/* DIV STYLES */
#content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;

}


A{
 color:#524381;
 text-decoration:none;
}
A:HOVER{
 text-decoration:underline;
}
.POINTER{
cursor:pointer;
}

.H1  {
        	font-family : arial;
			color : #005050;
        	font-size : 19px;
			font-weight : bold;
			font-style : italic;
			      	
        }
.copyright {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #8e80bc;
	text-align: right;
}