
html,body,table#pagelayout{
height:100%;
width:100%;
margin:auto;}

body,td,th {
	font-family: Franklin Gothic Book, Franklin Gothic Demi;
	font-size: 15px;
	color: #000000;
}
body {
	background-color: #FFFFFF;

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.font-bold {
	font-family: "Franklin Gothic Demi";
	font-weight: bold;
}
.font-standard {font-family: "Franklin Gothic Demi"
}