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

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

h1
{
	font:bold 16px/140% Helvetica,Arial, sans-serif;
	color:#4F9700;
	
}

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


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

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

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