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

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #440000;
	background-image: url(images/background.jpg);
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #440000;
}

.style5 {font-size: 9pt}
.style6 {
	font-size: 12pt;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
.style7 {
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #0B0000;
}
