body{
	font: Arial;
	text-decoration : none;
	text-transform : none;
	white-space : normal;
	font-size: 12pt;
	scrollbar-face-color: White;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: Blue;
	scrollbar-3dlight-color: Blue;
	scrollbar-darkshadow-color: Blue;
	scrollbar-track-color: White;
	scrollbar-arrow-color: Black;
	margin-top: 15px;
	margin-left: 10px;
}
a{
	color: White;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}
a:hover{
	color: Silver;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}
.big{
	color: White;
	font-weight: normal;
	text-decoration: none;
	font-size: 14pt;
}
.norm{
	color: White;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
}
.normb{
	color: Black;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12pt;
}
.normr{
	color: Red;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
}
.small{
	color: White;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}
.vsmall{
	color: White;
	font-weight: normal;
	text-decoration: none;
	font-size: 7pt;
}


