body {
	background-color: #DCDCDC;
	background-image: url(../images/body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}
a:link, a:visited {
	color: #A62428;
	text-decoration: none;
}
a:hover, a:active {
	color: #A62428;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.topbar {
	background: url(../images/topbar.gif);
	background-repeat: repeat-x;
	height: 49px;
}