
BODY, TABLE, TD{
 font-family: Arial;
 font-size:12px;
 color:#000000;
}
BODY {
	background-image: url('/images/bg.gif');
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
A{
 color:#000000;
 text-decoration:none;
}
A:HOVER{
 text-decoration:underline;
}
.POINTER{
cursor:pointer;
}

.H1  {
        	font-family : arial;
			color : #67b867;
        	font-size : 18px;
			font-weight : bold;
			font-style : italic;
			      	
        }
#content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
}


