body {
	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #567da4;
	text-align: center;
	background-position: center;
	vertical-align: middle;
}
table {
	vertical-align: middle;	
}
td {
	vertical-align: top;
	text-align: left;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}


A:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

A:visited{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

A:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

A:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

