BODY {
	background-color : #FFFFFF;
	font-family :      arial, helvetica, sans-serif;
	font-size :        10pt;
	}

A {
	color :            seagreen;
	font-weight :	   bold;
	text-decoration :  none;
	}

A:ACTIVE {
	color :            seagreen;
	font-weight :	   bold;
	text-decoration :  none;
	}

A:HOVER {
	color :            seagreen;
	font-weight :	   bold;
	text-decoration :  none;
	}

A:LINK {
	color :            seagreen;
	font-weight :	   bold;
	text-decoration :  none;
	}

A:VISITED {
	color :            seagreen;
	font-weight :	   bold;
	text-decoration :  none;
	}

.code {
	font-family :      courier new;
	}

.formtext {
	background-color : #FFFFFF;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        8pt
	}

.header1 {
	background :       thistle;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        10pt;
	font-weight :      bold;
	font-variant :     small-caps;
	border-color :     E0E0E0;
	line-height :      13pt;
	}

.header2 {
	background :       lightgray;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        10pt;
	font-weight :      bold;
	font-variant :     small-caps;
	border-color :     E0E0E0;
	line-height :      13pt;
	}

.header3 {
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        10pt;
	font-weight :      bold;
	font-variant :     small-caps;
	border-color :     E0E0E0;
	line-height :      13pt;
	}

.menuitem {
	color :            seagreen;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        smaller;
	font-weight :      bold;
	}

.path {
	color :            seagreen;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        smaller;
	font-weight :      bold;
	text-decoration :  none;
	}

.title {
	background :       #FFFFFF;
	color:             black;
	font-family :      verdana, arial, helvetica, sans-serif;
	font-size :        12pt;
	font-weight :      bold;
	border-color :     E0E0E0;
	line-height :      16pt;
	}
	
	A {
	text-decoration :  none;
}

#leftcontent {
	float:left;
	width:15%;
	display:inline;
	}

#centercontent {
	float:left;
	width:60%;
	display:inline;
   	}

#rightcontent {
    float:left;
	width:25%;
    display:inline;
	}
