@charset "utf-8";
body,td,th {
	color: #FFF;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

.MainBody {
	font-size:14px;
	font-family: Times New Roman, Times, serif;
}

.MainBodyTitle {
	font-size:20px;
	font-family: Times New Roman, Times, serif;
}

.Roster {
	font-size:12px;
	font-family: Times New Roman, Times, serif;
}

.BottomAddress {
	font-size:10px;
	font-family: Times New Roman, Times, serif;
}


html, body, #VerticalFull {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0; 
	border: none;
}

#VerticalFull {
	margin: 0 auto;
	text-align:left;
	vertical-align: top;
}

