body {
	background-color: White;
	scrollbar-track-color: Red;
	scrollbar-arrow-color: Red;
	scrollbar-base-color: Black;
	scrollbar-face-color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #696969;
	margin-top: 10px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}


a:link { 
	color: #DC143C;
	text-decoration: none;
}

a:visited {
	color: #DC143C;
	text-decoration: none;	
}

a:hover {
	font-weight: bold;	
}

strong {
	color: Blue;	
}

em {
	
}

small {
	
}

h1 {
	font-size: 16pt;		
	color: Red;
}

h2 {
	font-size: 14pt;		
	color: #708090;
	
}

h3 {
	font-size: 12pt;		
	color: Black;
}


