body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}



P, OL, UL, DL {font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     line-height: 23px}
	 
th {font-family:Arial, Helvetica, sans-serif;
line-height: 17px;
text-align:left
}

body a {
	color: #060;
	text-decoration: none;
}

body a:hover {
	color: #090;
	text-decoration: underline;
}

.sub  {font-size: 10px}

.sub2  {font-size: 10px;
        line-height: 10px;
        margin-top: 0px;
        margin-bottom: 0px}

.tight {line-height: 18px}

.tighter {font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     line-height: 12px}

h2 {  font-family: "Times New Roman", Times, serif;
     font-size: 20px;
     font-style: italic;
     color: #009;
     line-height: 29px}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.white {
	color: #FFF;	
}

h1 {  font-family: Arial, Helvetica, sans-serif;
     font-size: 30px;
     font-weight: normal;
     color: #000000;
     letter-spacing: .15em}

.tablehead {  font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     font-weight: bold;
     color: #000000}

.tablebody {  font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height: normal}

.tablebodywhite {  font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #FFFFFF;
     font-weight: bold}
	 
.normal {font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     line-height: 23px}

#flash {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-image: url(../images/smoke.jpg);
	border-top-width: 9px;
	border-right-width: 0px;
	border-bottom-width: 9px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #903;
	border-left-color: #903;
	border-bottom-style: solid;
}
