P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-color: solid #000000;
	text-decoration: underline;
	}

A:Visited  {
	font-color: solid #000000;
	text-decoration: underline;
	}

A:Active  {
	font-color: solid #000000;
	text-decoration: underline;
}

A:Hover  {
	font-color: solid #336600;
	text-decoration:  underline;
}

BODY  {}

.normal  {
	font-family : Verdana;
	font-style : normal;
	font-size : 11pt;
	font-color: black;
}
.bold  {
	font-family : Gill Sans MT;
	font-style : bold;
	font-size : 10pt;
}

.quote  {
	font-family : Gill Sans MT;
	font-style : normal;
	font-size : 10pt;
}

.link  {
	font-family : Verdana,Arial;
	font-style : normal;
	font-size : 8pt;
	font-color: black;
	background-color: #C1EFB8;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.whiteTableLeftTop {
	font-family : Verdana,Georgia,Arial;
	font-style : normal;
	font-size : 8pt;
	background-color : white;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
}
.whiteTableLeftBottom {
	font-family : Verdana,Georgia,Arial;
	font-style : normal;
	font-size : 8pt;
	background-color : white;
	border-left: 1px dashed black;
	border-bottom: 1px dashed black;
}

.whiteTableMiddle {
	font-family : Verdana,Georgia, Arial;
	font-style : normal;
	font-size : 8pt;
	background-color : white;
	border: 1px dashed black;
}
.TableRight {
	font-family : Verdana,Arial,Georgia;
	font-style : normal;
	font-size : 8pt;
	background-color : #C1EFB8;
	border-top: 1px dashed black;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
}

.whiteTablePlain {
	font-family : Verdana,Georgia, Arial;
	font-style : normal;
	font-size : 8pt;
	background-color : white;
}
