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

body, p, table, td
{
	font:normal 13px/160% Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

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

h2
{
	font:bold 16px/140% Georgia, "Times New Roman", Times, serif;
	color:#000000;
	
}


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

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

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