A {
	background-color : #FFFFE1;
	color : #3300FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
BODY {
	color : #3300FF;
    font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

TABLE {
	background-color : #AFD6E9;
	border-color : Blue;
	padding : 5px;
	text-align : center;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #3300FF;
	text-align : center;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #3300FF;
	text-align : left;
}


