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

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

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

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


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

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

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