@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
body {
	background-image: url(images/bg-pattern.jpg);
	background-repeat: repeat;
	margin-left: 70px;
	margin-top: 10px;
}
a:link {
	color: #8e0e03;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8e0e03;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
a:active {
	text-decoration: none;
}
.hdg {
	font-size: 18px;
	font-weight: bold;
	color: #8e0e03;
}