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

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

h1
{
	font:normal 20px/140% Helvetica,Arial, sans-serif;
	color:#A70004;
	
}

h2
{
	font:normal 16px/140% Helvetica,Arial, sans-serif;
	color:#A00020;
	
}


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

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

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