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

body {
	margin: 0px;
	background-image: url(files/background.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
}
img {border: 0px}
li {
	font-style: italic;
	margin-right: 10px;
}
.Heavy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.Orange {
	color: #FF9900;
	font-weight: bold;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
