/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

.style3 {font-size: 13px; font-weight: normal; }
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C0000;
	text-decoration: none;
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	padding-top:10;
	margin-top:10;
	padding-top: 10;
}
