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

body, p, table, td
{
	font:normal 13px/120% Arial, Helvetica, sans-serif;
	color:#760009;
}

h1
{
	font:bold 18px/140% Arial, Helvetica, sans-serif;
	color:#601200;
	
}

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


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

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

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