BODY {
    background-color: white;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: justify;
}

A {
    color: red;
    text-decoration: none;
}

A:active {
    color: blue;
}

A:visited {
    color: maroon;
}

A:hover {
    border-top: thin;
    color: maroon;
}

A.borderlink {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #af9000
}

A.borderlink:visited {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #af9000
}

A.borderlink:active {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #af9000
}

A.borderlink:hover {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #af9000;
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
	text-decoration: underline overline
}


UL {
    line-height: 14pt;
    list-style-type: circle;
}

H1 {
    font-size: 14pt;
}

H2 {
    font-size: 12pt;
}

BODY.header {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: white;
}

TH.main {
	background-color: #999999;
	font-weight: bolder;
}

TR.gfoot {
	background-color: #cccccc;
	font-weight: bolder;
}

TR.rfoot {
	background-color: #999999;
	font-weight: bolder;
	text-align: right;
}
