html {
	height: 100%;
}
body {
	margin: 0px; padding: 0px; height: 100%;
}
.thunder-bg {
	height: 100%; min-height: 100%;
}
body > .thunder-bg {
	height: auto;
}
* html .wind-bg {
	height: 1%;
}
div.block {
	height: 1%; clear: both;
}
div.column {
	height: 1%;
}
a {
	color: rgb(0, 0, 204); text-decoration: none; cursor: pointer;
}
a:visited {
	color: rgb(136, 0, 136);
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px; padding-right: 3px; padding-left: 3px; vertical-align: bottom;
}
img {
	vertical-align: bottom;
}
span.img span {
	padding: 5px 0px; display: block;
}
span.img a img {
	padding: 2px;
}
span.img a:hover img {
	background-color: rgb(0, 0, 204);
}
* html span.img a:hover {
	background-color: rgb(0, 0, 204);
}
* html a img {
	vertical-align: middle;
}
span.left {
	margin: 5px 15px 5px 0px;
}
span.right {
	margin: 5px 0px 5px 15px;
}
span.left img {
	display: block;
}
span.right img {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
#page-title {
	display: none;
}
h1 {
	margin: 0px; padding: 0px;
}
h2 {
	margin: 0px; padding: 0px;
}
span.h2 {
	display: block;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px; clear: both;
}
p {
	margin: 0px; padding: 0px; clear: both;
}
p.lead {
	font-weight: bold;
}
blockquote {
	margin: 0px; padding: 0px; clear: both;
}
span.blockquote {
	display: block;
}
address {
	clear: both; font-style: normal;
}
.slice {
	clear: both;
}
ul {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
ul li {
	margin: 0px 0px 0px 20px; list-style-type: disc;
}
li ul li {
	margin: 0px 0px 0px 20px; list-style-type: disc;
}
ul.disc li {
	list-style-type: none; background-repeat: no-repeat;
}
li ul.disc li {
	list-style-type: none; background-repeat: no-repeat;
}
ul.none li {
	list-style-type: none; background-image: none;
}
li ul.none li {
	list-style-type: none; background-image: none;
}
ol li {
	margin: 0px 0px 0px 27px; list-style-type: decimal; background-image: none;
}
li ol li {
	margin: 0px 0px 0px 27px; list-style-type: decimal; background-image: none;
}
ol.decimal li {
	margin: 0px 0px 0px 27px; list-style-type: decimal; background-image: none;
}
li ol.decimal li {
	margin: 0px 0px 0px 27px; list-style-type: decimal; background-image: none;
}
ol.alpha1 li {
	list-style-type: upper-alpha; background-image: none;
}
li ol.alpha1 li {
	list-style-type: upper-alpha; background-image: none;
}
ol.alpha2 li {
	list-style-type: lower-alpha; background-image: none;
}
li ol.alpha2 li {
	list-style-type: lower-alpha; background-image: none;
}
ol.roman1 li {
	list-style-type: upper-roman; background-image: none;
}
li ol.roman1 li {
	list-style-type: upper-roman; background-image: none;
}
ol.roman2 li {
	list-style-type: lower-roman; background-image: none;
}
li ol.roman2 li {
	list-style-type: lower-roman; background-image: none;
}
table.table {
	border-width: 0px; text-align: left; clear: both; vertical-align: top; border-collapse: collapse;
}
form {
	margin: 0px; padding: 0px;
}
input {
	background: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204);
}
textarea {
	background: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204);
}
div.hr {
	padding: 0px 0px 10px; border-top-color: rgb(0, 0, 0); border-top-width: 1px; border-top-style: dotted;
}
div.hr hr {
	display: none;
}
.hid {
	display: none;
}
.clear {
	clear: both;
}
