BODY {
	SCROLLBAR-FACE-COLOR: #FBFBFB;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-TRACK-COLOR:white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #004C81;
	background : White;
}
A:Link {
        text-decoration: none;
        font-family: Arial;
        font-weight: bold;
	color: #0066ff;
        font-size: 9pt;
        text-decoration: none;
}

A:VISITED {
        text-decoration: none;
        font-family: Arial;
        font-weight: bold;
	color: #0066ff;
        font-size: 9pt;
        
}

A:HOVER {
	text-decoration: none;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
TABLE {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 9pt;
}

TD {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 9pt;
        text-align: right;
        margin-left: 5pt;
}

TH {
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	background : url(../images/thtlo.gif);
}
P {
        font-family: Arial;
        font-style: normal;
        font-size: 9pt;
        color: #000000;
		text-align: left;
}

