H1, .H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : White;
	margin-top : 0;
	margin-bottom : 9;

}

H2, .H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : White;
	margin-top : 0;
	margin-bottom : 6;

}
H3, .H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	margin-top : 0;
	margin-bottom : 4;
	font-variant : small-caps;
}

H4, .H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Silver;
	margin-top : 0;
	margin-bottom : 6;

}

P, .P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	margin-top : 0;
	padding-bottom : 0;
		line-height : 19px;
}

LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	margin-top : 0;
	padding-bottom : 0;
		line-height : 19px;
}

A  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	margin-top : 0;
	padding-bottom : 0;
	line-height : 19px;
	text-decoration : underline;
}


Table.ContentTable {
	padding-right : 25px;
}


Table.Surround{
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;

	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;	
	
}

.footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : black;
	margin-top : 0;
	padding-bottom : 0;
	line-height : 19px;
	font-variant : small-caps;
}