body {
	background: #e6e6e6;
	text-align: center;
	padding: 0;
}

body, td, p {
	color: #000;
	font: 12px Helvetica, Arial, sans-serif;
}

#maincontentcell p {
	line-height: 16px;
}

/* Main Content Area
-----------------------------------*/

#structuraltable {
	background: #fff;
}

#maincontenttable {
	border-bottom: solid 3px #000;
}

#maincontentcell {
	padding: 8px;
	border-bottom: solid 3px #085963;
}

#maincontentcell h1 {
	font-family: Verdana,Arial;
    font-weight: bold;
    font-size: 18px;
    color: #085963;
}

#maincontentcell h2 {
	font-family: Verdana,Arial;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

#maincontentcell h3 {
	font-family: Verdana,Arial;
    font-weight: bold;
    font-size: 16px;
    color: #085963;
}

#maincontentcell h4 {
	font-family: Verdana,Arial;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

UL {    font-family: Arial, Verdana;
	    font-size: 12px;
	    color: #000000;
		font-weight: normal;
		line-height : 16px;
		text-decoration : none;
		text-align : left;
		list-style-type : square;
		list-style-position : inside;
		list-style : square;
}

a   {  font-size: 12px;
	   font-family: Verdana,Arial;
	   color: #085963;
      }

a:hover  { font-size: 12px;
           font-family: Verdana,Arial;
           color: #666;
           }
