BODY {
	background-color : White;
	margin-left : 10px;
	margin-right : 10px;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

A:LINK, A:VISITED {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #CC0033;
	text-decoration : none;
	font-weight : bold;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

H6 {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

BLOCKQUOTE {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : italic;
	text-align : center;
}

TH {
    
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	text-align: left;
}

.noborder{
	border : 0px;	
}