html {
	overflow: auto;
	scrollbar-base-color: #ed1c24;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #ed1c24;
	scrollbar-darkshadow-color: #ed1c24;
	scrollbar-face-color: #ed1c24;
}
body {

	font-size:		12px;
	color:		black;
	font-family:	arial;
	margin: 0px;
	padding: 0px;
	overflow: 		auto;
	overflow: auto;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
table,td,div {
	font-size:		12px;
	color:		black;
	font-family:	arial;
	}

