/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; overflow:scroll; height: 100%; }

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:100%;
	font-size: 12px;
}

h1, h2, h3, h4, h5 { color: #990000; }

h1 { font-size: 18px; line-height: 18px; }
h2 { font-size: 14px; line-height: 18px; }
h3 { font-size: 14px; line-height: 18px; }
h4 { font-size: 14px; line-height: 18px; }
h5 { font-size: 14px; line-height: 18px; }

.body-text { font-size: 12px; }

.footer-text { font-size: 10px; }

.gray-background { 
	background-image:url(../images/gray-top.jpg);
	background-position: top;
	background-repeat:no-repeat;
}