BODY {
	font-family : Arial;
	font-size : 10px;
	color : Black;
}
H1 {
	font-family : Arial;
	font-size : 11px;
	color : Black;
	font-weight : bold;
}
H2 {
	font-family : Arial;
	font-size : 13px;
	color : Black;
	font-weight : bold;
	text-align : center;
}
H3 {
	font-family : Arial;
	font-size : 16px;
	color : Black;
	font-weight : bold;
	text-align : center;
}
a:link {
	font-family: Verdana;
	font-size: 11pt;
	font-weight : bold;
	text-decoration : none;
	color : #CE0000;
}
a:visited {
	font-family: Verdana;
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #00319C;
}
table  {
        background-color : white;
        font-family : Arial;
        font-size : 9pt;
        font-weight : bold;
}
TD {
        background-color : white;
        font-family : Arial;
        font-size : 9pt;
        font-weight : bold;
}

TR {

}

