body {
 margin: 0;
 padding: 0;
 /*font:  90%/1.0 "Trebuchet MS", Verdana, sans-serif; */
 font:  90% "Trebuchet MS", Verdana, sans-serif;
 color: #333;
 background-color: #FFF;
 /*background: url(images/bg.png) bottom fixed repeat-x;*/
 height: 100%; /* IE fix */
}

h1 {
 font-size: 250%;
 text-align: center;
 color: #000000;
 margin: 0.1em 0 0.5em -0.8em;
}

.subtitle {
 width: 99%;
 font-size: 100%;
 color: #333333;
 font-weight:bold;
 text-align: center;
}

.subheading {
 width: 99%;
 font-size: 110%;
 color: #333333;
 font-weight: bold;

}

.maintext {
	width: 99%;
	font-size: 100%;
	vertical-align: middle;
}

.maintexttable {
	font-size: 100%;
	vertical-align: middle;
}

.maintextindent {
	width: 99%;
	font-size: 100%;
    text-indent: 10px;
	vertical-align: middle;
}

p {
 width: 99%;
 font-size: 100%;
}

ul, ol {
}

a {
 text-decoration: none;
}


.hide {
 display: none;
}

html > img {
 width: 28px !important;
 height: 28px !important;
 padding-left: 28px !important;
 background-image: url(images/autoscroll_v.png) !important;
 clip: rect(0 28px 28px 0px) !important;
}

h2 {
 width: 99%; /* IE fix */
 font-size: 130%;
 color: #099;
 background-color: #F0FBFB;
 margin: 2em 0 0.8em -1em;
 padding-left: 0.6em;
 border-left: 0.4em solid #ADD;
}

h3 {
 width: 99%; /* IE fix */
 font-size: 115%;
 color: #369;
 border-bottom: 1px dashed #CCF;
 margin: 2em 0 0.8em 0;
}

