html {
	height: 100%;
}
body,table {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background: #333333;
}

a:link { color: #ff9900; font-weight: bold; }
a { text-decoration: underline; font-weight: bold; }
a:visited { color: #ff9900; font-weight: bold; }
a:hover { color: #cccccc; font-weight: bold; text-decoration: underline}

h1,h2,h3,h4,h5 {
	color: #000000;
	text-decoration: none;
}

#main_table {
	background: #ffffff;
	height: 100%;
}