/* CSS Document */
body	{
	text-align: center;
	margin: 1px;
	background-color: #666666;
	color:#333333;
	}

td	{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

#wrapper	{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 820px;
	}
img	{
	border: none;
	}
.bigtext	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 14px;
	}
	
.lefttext	{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.white	{
	text-decoration: none;
	color:#FFFFFF;
	}
.bottomwhite	{
	font-size:14px;
	color:#FFFFFF;
	}
