html {
	scrollbar-face-color: #BDD4E8;
	scrollbar-highlight-color: #444444;
	scrollbar-3dlight-color: #BDD4E8;
	scrollbar-darkshadow-color: #BDD4E8;
	scrollbar-shadow-color: #444444;
	scrollbar-arrow-color: #444444;
	scrollbar-track-color: #BDD4E8;
	}
body {  
	margin: 10;
    padding: 0;
    border: 0;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;	
	color: #444444;
	font-style: normal;
	font-weight: normal;
	}
table, tr, td {
    border: 1px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
    border-spacing: 0px;
	padding: 3px;
	}
a:link, a:visited, a:active { 
	text-decoration: underline;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	}
strong {
	font-weight: 600;
	}
.italic {
	font-style: italic;
	}
.small {
	font-size: 7pt;
	}
.quote {
	font-style: italic;
	font-weight: 600;
	font-size: 11pt;
	color: #5C3784;
	letter-spacing: 2px;
	}