A:link {
	color: #006633;
	text-decoration: none;
}

A:visited {
	color: #006633;
	text-decoration: none;
}

A:active {
	color: #006633;
	text-decoration: none;
}

A:hover {
	color: #B2D77A;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

HR {
	color : #006633;
	height : 1px;
}
P.normal {
	font-size: 12px;
	font-family : Verdana;
	color : #666666;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TD.HSeparator
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(images/HSeparatorlight.gif);
    BACKGROUND-REPEAT: repeat-x
}
.border {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF66CC;
	border-right-color: #FF66CC;
	border-bottom-color: #FF66CC;
	border-left-color: #FF66CC;
}