body{
	padding : 0;
	margin : 0;
	background-color : #FFFFFF;
	background-repeat : repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
	color: #000000;
}
#mainTable {
	line-height: 1.2em;
	background-position: top;
	border-top: 0px;
	border-right: 0px solid #000000;
	border-bottom: 0px;
	border-left: 0px solid #000000;
	width: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
  #mainTable td {
	padding: 5px;
 }
 #maincontent {
	font-size: 12px;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

 }
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: normal;

}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#greentitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	text-indent: 7px;
}

#redtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-indent: 7px;
}
#bluetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333366;
	text-indent: 7px;
}

