BODY {
	background-color:#505050;
}

A,TD,P,LI,SPAN,DIV,H1,H2,H3 {
	font-family:Verdana;
	font-size:11px;
	letter-spacing:+0.01em;
	line-height:18px;
	color:#444644;
	font-weight:normal;
}

H2 {
	font-family:Arial;
	font-size:16px;
	color:#668910;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.highlightBar {
	background-color:#E8F6BF;
	border:1px solid #89C503;
	padding:20px;
}
.highlightBar H1 {
	font-family:Arial;
	font-weight:normal;
	letter-spacing:+0.03em;
	font-size:23px;
	color:#668910;
}
.highlightBar, .highlightBar DIV, .highlightBar TD {
	font-family:Verdana;
	font-size:15px;
	color:#6C794F;
	line-height:19px;
}

.footer {
	background-color:#EEEEEE;
	color:#668910;
	font-family:Verdana;
	font-size:10px;
	padding:10px;
}
.footer A, .footer A:visited {
	color:#89C503;
	text-decoration:none;
	font-size:10px;
}
.footer A:hover {
	text-decoration:underline;
	color:#000000;
}

.textHigh {
	color:#89C503;
}

.twoToneButton {
	background-image : url(/images/buttonBackground.jpg);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	padding-left : 25px;
	color:#F6F6F6;
	background-color:#FFFFFF;
	height:30px;
	border:0px;
	cursor:pointer;
}
.twoToneButton:hover {
	background-image : url(/images/buttonBackground.jpg);
	background-repeat : no-repeat;
	background-position : 0px 0px;
}

.button:hover {
	color:#444466;
}


/*--------------------------------------------------------------
Right Column
--------------------------------------------------------------*/
.rightColumn {
	background-color :#f6f6f6;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.rightColumn HR {
	color:#D0D0D0;
}
TABLE.sectionHeading TD.headingText, SPAN.headingText{
	padding:0px;
	padding-left:5px;
	font-weight:bold;
	font-family:Arial;
	color:#89C503;
	font-size:14px;
	line-height:40px;
	background-position:0 0;
}
.rightColumnSpot {
	border-bottom:0px;
}
.rightColumnSpot TD {
	padding:7px;
	padding-bottom:10px;
	background-color :#F6F6F6;
	color:#777777;
	font-size:10px;
	
}
.rightColumnSpot A, .rightColumnSpot A:visited {
	font-size:10px;
}
.rightColumnSpot A:hover {
	text-decoration:underline;
}

