﻿Body
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: black;
	background-color: White;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
}

P, span, li, ul, ol, td
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: black;
}


/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-size: 18pt;
	color: Black;
	font-family: Arial, Tahoma, Verdana;
}

H2
{
	font-size: 14pt;
	color:Black;
	font-family: Arial, Tahoma, Verdana;
}
H3
{
	font-size: 12pt;
	color: Black;
	text-decoration:underline;
	font-family: Arial, Tahoma, Verdana;
}

H4
{
	font-size: 11pt;
	color: Black;
	font-style:italic;
	font-family: Arial, Tahoma, Verdana;
}
H5
{
	font-size: 10pt;
	color: Black;
	text-decoration:underline;
	font-family: Arial, Tahoma, Verdana;
}

A:link
{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	color: #b41019;
	text-decoration: underline;
}

A:active
{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	color: #b41019;
	text-decoration: underline;
}

A:visited
	{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	color: #b41019;
	text-decoration: none;
	}
	
A:hover
	{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	color: #b41019;
	text-decoration: none;
	}		
	
.Copyright
{
	font-size:7pt;
	font-family: Verdana, Arial, Tahoma;
	color:#432e1f;
}