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

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

h1
{
	font:normal 20px/140% Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	text-align:right;
}

h2
{
	font:normal 15px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#005C93;
	
}


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

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

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