*	{
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	}

a:link {
	color: #098303;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #098303;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: #ff6301;
	text-decoration: none;
	font-weight: bold;
	}

body	{
	background-color: #098303;
	}

table	{
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	}

#wrap	{
	width: 940px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	}

table.content {
	border: 1px solid #3f5692;
	margin-top: 1px;
	margin-left: 8px;
	width: 665px;
	}

td.contenthead {
	padding: 15px 13px 15px 13px;;
	border-bottom: 1px solid #3f5692;
	}

td.contenthead h2 {
	font-size: 130%;
	letter-spacing: 0.03em;
	}
td.contenthead p {
	padding-top: 10px;
	padding-bottom: 10px;
	}
td.searchcell {
	border: 1px solid #3f5692;
	width: 196px;
	}

table.searchtable {
	background-image: url('images/search-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px solid #3f5692;
	}

input.searchbox {
	margin-left: 11px;
	width: 170px;
	height: 20px;
	border: 1px solid #7d93cd;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url('images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}

select.searchbox {
	margin-left: 11px;
	width: 170px;
	height: 22px;
	border: 1px solid #7d93cd;
	padding-left: 2px;
	background-image: url('images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	}

td.contentcell {
	padding-left: 10px;
	padding-right: 10px;
	}

td.contentcell p {
	padding-top: 10px;
	padding-bottom: 10px;
	}

td.signupcell {
	padding-top: 190px;
	}

input.email {
	width: 170px;
	height: 20px;
	border: 1px solid #7d93cd;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url('images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	}

td.credit {
	padding-top:35px;
	padding-bottom: 15px;
	}

td.credit p {
	text-align: center;
	font-size: 80%;
	}

td.credit a:link {
	color: #000000;
	text-decoration: none;
	}

td.credit a:visited {
	color: #000000;
	text-decoration: none;
	}

td.credit a:hover {
	color: #000000;
	text-decoration: underline;
	}

div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
	}

span.b	{
	font-weight: bold;
	}

span.i	{
	font-style: italic;
	}

span.u	{
	text-decoration: underline;
	}

