A  {
	font-size : 11pt;
	font-family : Arial;
}

B  {
	font-family : Arial;
	font-size : 11pt;
}

H3  {
	font-size : 14pt;
	font-family : Arial;
	font-weight : bold;
}

H5  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
}

P  {
	font-size : 11pt;
	font-family : Arial;
	color : Black;
}

TD  {
	font-size : 11pt;
	font-family : Arial;
}

TH  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	color : Black;
	background-color : Silver;
}

STRONG  {
	font-size : 11pt;
	font-family : Arial;
}

.leftcolumn  {
	border-left-width : 0;
	border-right-width : 2;
	border-top-width : 0;
	border-bottom-width : 0;
	border-color : Red;
	border-style : solid;
	padding-right : 10;
}

