/* CSS Document */
/*font-family:Georgia, "Times New Roman", Times, serif;  */
body
{
	margin: 0px 0px 0px 0px;
	color: black;
	font-size: 14px;
	font-family: Georgia, Trebuchet, Tahoma, Times, "Times New Roman", serif;
	width: 846px;
}

div#header
{
	margin: 0px 0px 0px 10px;
	background-color: #E7E7E7;
	width: 846px;	
}

div#container
{
	margin: 0px 0px 0px 10px;
	background-color: #E7E7E7;
	font-size: 14px;
	font-family: Georgia, Trebuchet, Tahoma, Times, "Times New Roman", serif;
}

div#content
{
	margin: 0px 0px 0px 0px;
	padding-top: 30px;
	width: 846px;
	background-color: #E7E7E7;
	padding-bottom: 20px;
	font-size: 14px;
	font-family: Georgia, Trebuchet, Tahoma, Times, "Times New Roman", serif;
}

div#content p
{
	margin: 0px 0px 0px 0px;
	background-color: #E7E7E7;
	width: 846px;
	font-size: 14px;
	font-family: Georgia, Trebuchet, Tahoma, Times, "Times New Roman", serif;
}
div#table
{
	font-size: 14px;
    FONT-FAMILY: Georgia, Trebuchet, Tahoma, Times, "Times New Roman", serif;
	background-color: #E7E7E7;
}

div#footer
{
	padding-top: 0px;
	margin: 0px 0px 0px 10px;
}
