/* ..................................*/
body {
	color: #333333;
	background-color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	}
/* ..................................*/
a {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	}
a:link { }
a:visited  { }
a:active  { color: #e54448; }
a:hover  { text-decoration: underline; }
/* ..................................*/
H1 { font-size: 10pt; font-weight: bold; }
H2 { font-size: 9pt; font-style: italic; }
P { }
/* ..................................*/
