BODY, TD {
	color : silver;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
}
H1 {
	font-size: 18pt;
}
H2 {
	font-size: 24pt;
}

H4 {
    
    font-size: 10;
	 color: white;
}
.white {
	color: White;
}
.unbold {
	color : silver;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
}
.unboldsm {
	color : silver;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

HR {
	height: 1pt;
}
body {
	scrollbar-3dlight-color : #0066cc;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #0066cc;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}
