html{
height:100%;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height:100%;
}

table.top {
 margin:0 auto;
}

.top_logo{
height:100%;

}
.top_logo td{
padding:40px;
}

table.head{
width:786px;
}

table.head th{
border-bottom:solid 2px #FFFFFF;
height:100px;
}

table.head td{
padding-bottom:20px;
}

table.records_head{
width:785px;
}

table.records_head th{
border-bottom:solid 2px #FFFFFF;
padding:10px 0px;
}

table.records_head td{
height:100px;
}

table.main td{
padding-bottom:20px;
}
a{
	font-size: 12px;
	color: #FFFFFF;
}
a:hover{
	font-size: 12px;
	color: #FFFFFF;
}
a:visited{
	font-size: 12px;
	color: #FFFFFF;
}
