@charset "UTF-8";
body {
	color: #000; 
	background-color: #fff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


a:link {
	text-decoration: none;
	line-height: 18px;
	color: #C00;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #39F;
}


html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}


#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#wrapper tr td table {
	margin-right: auto;
	margin-left: auto;
}
.copyrightblurb {
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.clickenlarge {
	color: #66F;
}
