html {
	height : 100%;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}

body {
	min-height : 100%;
	margin-top : 20px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 20px;
}

body, td, th {
	font-family : Georgia, "New York", "Times New Roman", Times, serif;
	font-size : 12px;
}

p {
	line-height : 150%;
}

ul {
	line-height : 150%;
}

a {
	color : #002F5B;
	color : #A70110;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

th {
	text-align : left;
}

td.foot {
	font-size : 10px;
	line-height : 150%;
}

td.foot a {
	color : #000000;
}