body
{
	background-color: rgb(255,255,255);
	font-family: "Verdana";
	font-size: 10pt;
	color: rgb(0,0,0);
}
table
{
	border: none;
	font-family: "Verdana";
	font-size: 10pt;
	color: rgb(0,0,0);
}
span.norm
{
	background-color: rgb(255,255,255);
	font-family: "Verdana";
	font-size: 10pt;
	color: rgb(100,100,100);
}
.bold
{
	font-weight: bold;
}
h1
{
	background-color: rgb(255,255,255);
	font-family: "Verdana";
	font-size: 12pt;
	color: rgb(0,0,0);
	font-weight: bold;
}
a
{
	background-color: rgb(255,255,255);
	font-family: "Verdana";
	font-size: 10pt;
	font-decoration: no-underline;
}
.red
{
	color: rgb(209,101,99);
}
