/* CSS Document */

html, body
{
	height:100%;
	margin:0px;
}
.table
{
	height:100%;
}
.thebody th
{
 	background-color:#79AAD8;
 	color:#ffffff;
}
.thebody td
{
 	background-color:#ffffff;
 	color:black;
}
a:link, a:visited
{
	color: #1D89BA;
	text-decoration: none;
}
a:hover, a:active, a:focus
{
	color: #D26208;
	text-decoration: none;
}
