@charset "utf-8";
/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
	background: #c0c0c0;
}

a
{
	color: #6699cc;
	text-decoration: none;
}

h2
{
	color: #b54400;
	font-size: 14px;
	text-transform: uppercase;
	margin: 1em 0;
}

h3
{
	color: #000000;
	font-size: 1em;
	margin: 1em 0 0 0;
}

a:hover { text-decoration: underline; }

img { border: none; }

table { border-collapse: collapse; }

#pageWrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 16px;
	line-height: 16px;
}

.clearFix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearFix
{
	height: 1%;
}
