Body{
	SCROLLBAR-TRACK-COLOR: #73DBBD;
	SCROLLBAR-FACE-COLOR: #5AAE94;
	SCROLLBAR-ARROW-COLOR: #FEF8E8;
	SCROLLBAR-HIGHLIGHT-COLOR: #FEF8E8;
	SCROLLBAR-SHADOW-COLOR: #FEF8E8;
	SCROLLBAR-3DLIGHT-COLOR: #FEF8E8;	
	SCROLLBAR-DARKSHADOW-COLOR: #FEF8E8;
	background-image: url(../images/bg.gif);
}
.heading{
	font-family: Georgia;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #44927A;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
}
A{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #2A836A;
	text-decoration: underline;
}
A:Hover{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #5AAD97;
	text-decoration: none;
}
UL{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}
.Table{
	border: 1px solid #006699;
}
.subHeading{
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #65BAA3;
}
.Bold{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.Italic{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #0099CC;
}
.Gray{
	font-family: Georgia;
	font-size: 10pt;
	text-decoration: none;
	color: #018CE6;
}
.special{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	padding: 4px;
}
.special:Hover{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}

/* NEW */
.sectionTable{
	background-color: #C6FFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33886F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73DBBD;
	color: #000000;
}
.homeLinks{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #45937B;
	text-decoration: none;
}
.homeLinks:Hover{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.homeLinksTD{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.pageLinksTD{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pageLinks{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #45937B;
	text-decoration: none;
}
.pageLinks:Hover{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tableHeader{
	background-color: #5AAD97;
	color: #000000;
	font-weight: Bold;
	text-align: center;
}
/* Form */
input, textarea, select{
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 1px solid #006699;
}
