html, body, td, ul, li 
{
	font-size:        12px;
	font-family:      Arial, Helvetica, Sans-Serif;
	color:            black;
	margin: 5;
	padding: 5;
	list-style-image: none;
	list-style-type: decimal;
}

#bg_image {
width: 100%;
height: 120%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
position:relative;
z-index:1;

}

h1 
{
    font-size:        11px;
    font-family:      Arial, Helvetica, Sans-Serif;
    color:            black;
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 
{
    font-size:        16px;
    font-family:      Times New Roman, Courier;
    color:            black;
	margin: 0;
	padding: 0;
	list-style: none;
}

h3 
{
    font-size:        18px;
    font-family:      Arial, Helvetica, Sans-Serif;
    font-weight:      bold;
    color:            #003400;
	margin: 0;
	padding: 0;
	list-style: none;
}
h4 
{
    font-size:        12px;
    font-family:      Arial, Helvetica, Sans-Serif;
    font-weight:      bold;
    color:            #003400;
	margin: 0;
	padding: 0;
	list-style:		 none;
	text-align:		 center;
}

h5 
{
    font-size:        16px;
    font-family:      Arial, Helvetica, Sans-Serif;
    font-weight:      bold;
    color:            red;
	margin: 0;
	padding: 0;
	list-style: none;
}
h6 
{
    font-size:        10px;
    font-family:      Arial, Helvetica, Sans-Serif;
    font-weight:      bold;
    color:            black;
	margin: 0;
	padding: 0;
	list-style: none;
}

.style1 {
	font-size: xx-large;
	font-weight: bold;
}
.style6 {
	color: #db291b;
	font-weight: bold;
}
.style9 {font-weight: bold}
.style10 {font-size: medium}

.redhead 
{
    font-size:        18px;
    font-family:      Times New Roman, Courier;
    color:            Red;
	margin: 0;
	padding: 0;
	list-style: none;
}


h1 img {
	display: block;
}
img {
	border: 0;
}




a {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: green;
	text-decoration: underline;
}
.more {
	text-align: right;
	margin-top: 0;
	font-size: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	font: 11px tahoma, verdana, sans-serif;
	padding: 20px;

}


