.HomeNewsEventText {
	font-family: Impact;
	font-size : 7pt;
	color : #78BC4F;
}

.HomeGreenText {
	font-family: Tahoma;
	font-size : 8pt;
	color : #78BC4F;
}

.HomeGreenBold {
	font-family: Tahoma;
	font-size : 8pt;
	color : #78BC4F;
	font-weight: bold;
}

.HomeGreenTextBold {
	font-family: Tahoma;
	font-size : 10pt;
	color : #78BC4F;
	font-weight: bold;
}

.HomeText {
	font-family: Tahoma;
	font-size : 8pt;
	color : #000000;
}

.HomeTextWhite10{
	font-family: Tahoma;
	font-size : 10pt;
	color : #FFFFFF;
}

.HomeTextBlack10{
	font-family: Tahoma;
	font-size : 10pt;
	color : #000000;
}

.HomeTextWhite14{
	font-family: Tahoma;
	font-size : 14pt;
	color : #FFFFFF;
}

.HomeTextSmall {
	font-family: Tahoma;
	font-size : 7pt;
	color : #000000;
}

.HomeTextSmallWhite {
	font-family: Tahoma;
	font-size : 7pt;
	color : #FFFFFF;
}

.HomeTextBold {
	font-family: Tahoma;
	font-size : 10pt;
	color : #000000;
	font-weight: bold;
}

.HomeText8Bold {
	font-family: Tahoma;
	font-size : 8pt;
	color : #000000;
	font-weight: bold;
}

.HomeTextBottom {
	font-family: Tahoma;
	font-size : 8pt;
	color : #FFFFFF;
}

.borderimage{
	border:3px solid white;
}

.nounderlineBold a {
	text-decoration: none;
	font-family: Tahoma;
	font-size : 8pt;
	color: #000000;
	font-weight: bold;
}

.nounderlineHome a {
	text-decoration: none;
	font-family: Tahoma;
	font-size : 8pt;
	color: #78BC4F;
}

.nounderline a {
	text-decoration: none;
	font-family: Tahoma;
	font-size : 8pt;
	color: #000000;
}

a:hover{
	color:#78BC4F;
}

img {
	border-color: #000000;
}


#dhtmltooltip{
	font-family: Tahoma;
	font-size : 8pt;
	position: absolute;
	left: -300px;
	width: 100px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}