﻿P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: black;
	text-align: left;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: black;
	text-align: left;
}

BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	color: black;
}

A {
	text-decoration: none;
	color: #83a745;
	font-size: small;
}

A:Hover {
	color: #790000;
	text-decoration: underline;
}

A.white {
	text-decoration: none;
	color: White;
}

A.white:Hover {
	color: #4F4F4F;
	text-decoration: none;
}

.red {
	text-decoration: none;
	font-size: small;
}

A.red:Hover {
	color: #83a745;
	text-decoration: none;
}

.dkred {
	text-decoration: underline;
	color: #790000;
}

A.dkred:Hover {
	color: #83a745;
	text-decoration: none;
}

.dkgreen {
	text-decoration: underline;
	color: #83a745;
}

A.dkgreen:Hover {
	color: #790000;
	text-decoration: none;
}

.whiteText {
	color: #ffffff;
	font-weight: bold;
}

.NEWStext {
	font-size : 9pt;
	color: #79000;
	font-weight: bold;
}

.GREYtext {
	font-size : 9pt;
	color: #636363;
	font-weight: bold;
}

.smallTextt {
	font-size : small;
}

.border {
	border : 1px solid #83A745;
}

.borderGrey {
	border : 1px solid #CCCCCC;
}

.Rightborder {
	border-right: 1px solid #cccccc;
}

.Rightborderwhite {
	border-right: 1px solid White;
}

.TopRightborder {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.TopRightborderGrn {
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.BottomRightborder {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.BorderTop {
	border-top: 1px solid #ebebeb;
}

.BorderBottom {
	border-bottom: 1px solid #ebebeb;
}