body {
	background-repeat: no-repeat;
	background-color: #1b183c;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#type1 {
	background-image: url(images/bg_smoke.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#type2 {
	background-image: url(images/bg_water.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#type3 {
	background-image: url(images/bg_fire.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .72em;
	color: #333366;
	line-height:135%;
}
a.content_link:link {
	text-decoration: none;
	color: #990000;
	font-size:1.25em;
	font-weight:bold;
}
a.content_link:visited {
	text-decoration: none;
	color: #990000;
	font-size:1.25em;
	font-weight:bold;
}
a.content_link:hover {
	text-decoration: underline;
	color: #00CCFF;
	font-size:1.25em;
	font-weight:bold;
}
a.content_link:active {
	text-decoration: none;
	color: #990000;
	font-size:1.25em;
	font-weight:bold;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #333366;
	font-weight:bold;
	line-height:.85em;
}
.sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.sidebar_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
ul.square {
	list-style-type:square;
}
.contactus {
	font-family:Arial, Helvetica, sans-serif;
	color: #333366;
	font-size:1em;
}
.alert {
	color: #990000;
}