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

body {
	background-color: #000000;
	background-image: url(images/fireflame.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style1 {
	color: #FF0000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.style6 {
	color: #000000;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
.style8 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hilite {
	background-color: #FFFF00;
}
.hilite_red {
	color: #FF0000;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.dash {
	border: medium dashed #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.dash2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: medium dashed #FF0000;
	color: #000000;
}

.tbl-bg {
	background-image: url(images/bg.jpg);
	border: thin solid #666666;
}
