/* CSS Document */

p,table,li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;

}


a:link    {
	color:#cccccc;
	font-weight: bold;
}
a:visited {
	color:#cccccc;
	font-weight: bold;
}
a:active  {
	color:#cccccc;
	font-weight: bold;
}
a:hover   {
	color:#ffffff;
	font-weight: bold;
}


.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #86494f;
}

.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #cccccc;
}

