
BODY {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: 10pt;
/*  	 background-color: #4F0000;  */

	color : Black;
	background-image : url("pagebackground.jpg");
			background-attachment : fixed;
}

H1 {
	font-family: "XYZ", Arial, sans-serif;
	font-size: 18pt;
  	text-align: center;  
	color: Navy;
}

H2 {
	font-family: "XYZ", Arial, sans-serif;
	font-size: 14pt;
 	color: Navy;
	font-weight : bold;
}

H3 {
	font-family: "XYZ", Arial, sans-serif;
	font-size: 14pt;
	color: Blue;
	font-weight : bold;
}

H4 {
	font-family: "XYZ", Arial, sans-serif;
	font-size: medium;
	color: Navy;
	font-weight : bold;
  	text-align: center;  
}

P {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: 10pt;
/*	text-align: left; */
}

P.Label {
	font-weight: bold;
}

P.copyright {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: x-small;
}

P.returnlink {
	text-align: center;  
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	color: Blue;
	font : italic;
}

OL {
	font-size: small;
	margin-top: 0.00em;
}

UL {
	font-size: small;
	margin-top: 0.0em;
}

LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	margin-top: 0.5em;
}

BODY OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: decimal;
	color: #000000;
}

BODY UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: disc;
	color: #000000;
}

BODY OL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: lower-alpha;
	color: #000000;
}

BODY OL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: disc;
	color: #000000;
}

BODY UL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: decimal;
	color: #000000;
}

BODY UL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: circle;
	color: #000000;
}

BODY OL OL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: lower-roman;
	color: #000000;
}

BODY OL OL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: disc;
	color: #000000;
}

BODY OL UL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: lower-alpha;
	color: #000000;
}

BODY OL UL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: circle;
	color: #000000;
}

BODY UL OL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: lower-alpha;
	color: #000000;
}

BODY UL OL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: circle;
	color: #000000;
}

BODY UL UL OL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: decimal;
	color: #000000;
}

BODY UL UL UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: square;
	color: #000000;
}

BODY BLOCKQUOTE UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: circle;
	color: #000000;
}

BODY BLOCKQUOTE BLOCKQUOTE UL LI {
	font-family: "XYZ", Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: square;
	color: #000000;
}

BLOCKQUOTE {
	margin-right: 0.0em;
}

P.TableHeading {
	font-weight: bold;
}

P.TableText {
}

A:link {
	color: Navy;
}

A:active {
	color: #ff00000;
}

A:visited {
	color: Navy;
}

A:hover {
	color: #F9ECBF;
	background-color: #0000ff;
}

TABLE {
/*	font-family: "XYZ", verdans, Arial, sans-serif; */
/*	font-size: small; */
/*	background-color: #F9ECBF; */
    background-color: White;
	color: #000000;
/*	padding: 6.0px; */
}

TH {
	font-size: small;
/*	padding: 6.0px; */
}

TD {
	/* font-size: x-small; */
/*	vertical-align: top; */
/*	padding: 6.0px; */
}






