body {
	font-family: arial;
	font-size: 10pt;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #0F93C9;
	text-align: center;
}

td {
	font-family: arial;
	font-size: 10pt;
	line-height: 22px;
}

a {
	color: #0F93C9;
}
a:hover {
	color: black;
}


