html
{
	height: 100%;
}

body
{
	margin: 0px; padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

table
{
	height: 100%; width: 100%;
	border: solid 1px #000000;
}

a:link		{ font-family: Verdana, Arial, Sans-Serif; font-size: 10pt; color: #274789; text-decoration: none; }
a:visited	{ font-family: Verdana, Arial, Sans-Serif; font-size: 10pt; color: #274789; text-decoration: none; }
a:hover		{ font-family: Verdana, Arial, Sans-Serif; font-size: 10pt; color: #C7151D; text-decoration: none; }