/* CSS Document */

/* hide from ie on mac \*/
	html { height: 100%; overflow: hidden; }
/* end hide */
	body { height: 100%; margin: 0;	padding: 0; background-color:#636363; }

body {
	background-color: #636363;
	/*background-image:url(../images/bkgrd_colour.gif);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 12px;
}
.footer {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}