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

body, p, table, td
{
	font:normal 11px/160% Verdana, Arial, Helvetica, sans-serif;
	color:#191919;
	text-align: center;
	background-color: #FFF;
}

h1
{
	font:normal 15px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	
}

h2
{
	font:bold 13px/140% Verdana, Arial, Helvetica, sans-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;
}/*  alternative */



.altcolor,

.altcolor p {
	color:#603;
	font-style: italic;
	font-size: 16px;
}



.altcolor h1 {color:#000000; }

.altcolor h2 {color:#000000; }



.altcolor a:link,

.altcolor a:visited { color:#000000; }



.altcolor a:active, 

.altcolor a:hover { color:#000000; }



.altcolor div.hr {border-color: #000000;}

