body {
	background-color : #6A6A6A;
	background-image : none;
	color: #000000;
        font-family : Verdana, Arial, Helvetica, Sans-serif;
        font-weight : normal;
        font-size : 12px;
	cursor: default;
	width: 100%;
	height: 100%;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	color: #000000;	
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	font-size : 12px;
}

a {
	color: #1F60A9;
	text-decoration: none;
	cursor: hand;
	border: 0px;
	background-color: none;
}

a:hover {
	color: #CC5D62;
	text-decoration: underline;
	cursor: hand;
	border: 0px;
	background-color: none;
}
