html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: auto;
}
a {
	color: #B00000;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: 0px;
}
div {
	display: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
div#container , div#text , div#text2 , div#thunder_editor , div#dw {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	overflow: visible;
}
div#container {
	width: 90%;
}
div#dw {
	border-top: 1px solid #b00000;
	margin-top: 10px;
}
div#dw img {
	display: none;
}
div#thunder_editor h1 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #B00000;
	text-align: left;
	border-bottom: 1px solid #B00000;
}
div#thunder_editor h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #B00000;
	text-align: right;
	font-style: italic;
}
