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

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

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

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


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

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

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