BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px;
background-image: url('images/green_background_8.gif');
color:#000000;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */

A:LINK {
color: #0000FF;
text-decoration: none;
font-weight: regular;
}
A:VISITED {
color: #0000FF;
text-decoration : none;
font-weight: regular;
}
A:HOVER {
color: #04FE88;
text-decoration : none;
font-weight: regular;
}
A:ACTIVE {
color: #808080;
text-decoration : none;
font-weight: regular;
}

H1 {
font-family: Verdana, Arial, sans-serif;
font-size: 24px;
font-weight: bold;
text-align: center;
color: #75B2DD;
}

h2 {
font-family: Verdana, Arial, sans-serif;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color : #75B2DD;
}

h3, h4, h5 {
font-family: Verdana, Arial, sans-serif;
font-size : 18px;
font-weight : bold;
color : #75B2DD;
}

h6 {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

.left {
background-color: #E3EEF2;
color: #000000;
padding: 10px;
text-align: left;
vertical-align: top;
line-height: 22px;
border-right: 1px solid #92B1D6;
}

#content_main {
	width: 100%;
	height: 300px;
	float: left;
	}