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

body, p, table, td
{
	font:normal 11px/160% Verdana, Arial, Helvetica, sans-serif;
	color:#49494B;
}

h1
{
	font:normal 19px/140% Georgia, "Times New Roman", Times, serif;
	color:#999999;
	
}

h2
{
	font:normal 17px/140% Georgia, "Times New Roman", Times, serif;
	color:#58A9AB;
	
}


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

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

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