/* CSS Document */

body,td,th {
	font-family: Arial Rounded, Helvetica, sans-serif;
	font-size: 14px;
	color: #a9b0b8;
}
body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #a9b0b8;
}
table#main {
	background-image: url(i/bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
}
a:link {
	color: #a9b0b8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a9b0b8;
}
a:hover {
	text-decoration: underline;
	color: #a9b0b8;
}
a:active {
	text-decoration: none;
	color: #a9b0b8;
}
h1 {
	font-size: 15px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 9px;
	font-weight: normal;
}