/*  font style
----------------------------------------------- */

body, p, table, td
{
	font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

h1
{
	font:bold 25px/140% Arial, Helvetica, sans-serif;
	color:#EB7400;
	text-align:center;
}

h2
{
	font:bold 15px/140% Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
}


a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#0040B6; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #0040B6;
}

div.hr
{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #0080FD;
	height: 1px;
}