@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(images/red_light.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.maintable {
	border: 8px solid #000;
	background-image: url(images/red_75.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.topcell {
	height: 130px;
	background-attachment: fixed;
	background-image: url(images/red_75.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3BB4EB;
	border-left-color: #3BB4EB;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #3BB4EB;
	z-index: 20;
}
.lowercell {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3BB4EB;
	border-bottom-color: #3BB4EB;
	border-left-color: #3BB4EB;
	z-index: 10;
}
.leftcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	width: 470px;
	padding-top: 20px;
	padding-right: 50px;
	list-style-image: url(images/bullet_red.gif);
	padding-bottom: 20px;
	text-align: left;
}

.leftcellemail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 20px;
	list-style-image: url(images/bullet_red.gif);
	padding-bottom: 20px;
	text-align: left;
}

.rightcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 20px;
}
.leftcell strong {
	font-weight: bold;
	color: #FF0006;
}
.rightcell strong {
	font-weight: bold;
	color: #FF0006;
}
.il {
	list-style-image: url(images/bullet_red.gif);
	margin-top: 5px;
}
ul {
	margin-top: 5px;
}


.someclass { 
}

a {
	font-weight: bold;
	color: #FF0006;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.someclass1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#ajaxticker1 {
	width: 220px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 2px;
	background-image: url(images/red_75.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
