BODY {
	SCROLLBAR-FACE-COLOR: #FBFBFB;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-TRACK-COLOR:white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #004C81;
	background-attachment : fixed;
}

A:Link {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: White;
	font-size: 9pt;
	text-decoration: none;
}

A:VISITED {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: White;
	font-size: 9pt;
}

A:HOVER {
	text-decoration: none;
	color: Red;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
TABLE {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 8pt;
	color: White;
     }

TD {
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	font-size: 8pt;
	text-align: left;
	margin-left: 5pt;
	padding-left : 17px;
	padding-right : 25px;
}

TH {
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	text-align: center;
	color: White;
	background: #004C81;
}
P {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        font-size: 8pt;
	color: White;
}
