body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
	line-height: 1.5em;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;

