body
{
	background-color: #fffaeb;
	list-style-position: outside;
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	list-style-type: disc;
	text-align: justify;
	top: 0;
	left: 0;
}

td
{
	font-size: 10pt;
	font-family: Tahoma; 
	text-align: justify; 
	list-style-type: disc; 
	list-style-position: outside;
}

td.center
{
	text-align: center; 
}

td.right
{
	text-align: right; 
}

td.counter
{
	height: 32px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Tahoma; 
	text-align: center; 
	color: White;
	background-repeat: no-repeat;
	background: url('images/counter_back.gif');
}

p
{
	list-style-position: outside;
	font-size: 10pt;
	color: black;
	line-height: normal;
	font-family: Tahoma;
	list-style-type: disc;
	text-align: justify;
}

p.center
{
	text-align: center;
}

p.bold
{
	font-weight: bold
}

h1
{
	color: black;
	font-size: 20pt;
	font-family: Tahoma;
	font-style: italic;
	text-align: center;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	color: black;
	font-family: Tahoma;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: Tahoma;
}

a
{
	color: #800000;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: none;
}

a:active
{
	font-size: 10pt;
	color: orange;
	font-family: Tahoma;
	text-decoration: none;
}

a:visited
{
	color: #66f;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: none;
}