A:link {
        COLOR : #777755;
		TEXT-DECORATION : none;
		FONT-WEIGHT : bold;
}

A:visited {
        COLOR : #777755;
		TEXT-DECORATION : none;
		FONT-WEIGHT : bold;
}

A:hover {
        COLOR : #999977;
		TEXT-DECORATION : underline;
		FONT-WEIGHT : bold;
}

.nobold {
        FONT-WEIGHT : normal;
}

B {
        FONT-WEIGHT : bold;
}

BODY {
	FONT : 12pt Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style-type: square;
}

TD {
	COLOR : #000000;
	FONT : 12pt Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style-type: none;


}
TH {
        COLOR : #000000;
        FONT : 12pt Arial, Helvetica, sans-serif;
}

.title {
        COLOR : #000000;
        FONT : bold 12pt Arial, Helvetica, sans-serif;
        TEXT-ALIGN : center;
}

.title1 {
	COLOR : #000000;
	FONT : bold 14pt Arial, Helvetica, sans-serif;
	TEXT-ALIGN : center;
	text-transform: uppercase;

}

.titlepara {
	COLOR : #000000;
	FONT : bold 12pt Arial, Helvetica, sans-serif;
	TEXT-ALIGN : left;
	text-decoration: underline;

}

.bodytable {
	background-color: #E6E4E5;
}

.formField {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7D8B9;
	padding: 2px;
	border: solid 1px #90A250;
}


.tblHeader {
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #6D97AD;
	padding: 0px;
	background-color: #D1E5F0;
	font-size: 16px;
	color: #000000;
}

.tblSubHead {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #D1E5F0;
	font-size: 12;
	text-align: center;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.tblBody {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: solid 1px #6D97AD;
	background-color: #FFFFFF;
	font-size: 12;
	vertical-align: text-top;
}