/* CSS Document */

body {
	background-color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* LINKS */
a:link {
	color: #e9bd3a;
	text-decoration: none;
}
a:visited {
	color: #bc9621;
	text-decoration: none;
}
a:hover {
	color: #eb583b;
	text-decoration: none;
}
a:active {
	color: #e9bd3a;
	text-decoration: none;
}

/* TEXT */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/* headers */
h1 {
	font-weight: 800;
	font-size: 12px;
	margin: 0;
}

h2 {
	font-weight: 800;
	font-size: 11px;
	margin: 0;
}

h3 {
	font-weight: 400;
	font-size: 10px;
	margin: 0;
	font-style: italic;
}

/* LAYOUT */
td.header {
	background-color:#4f4f4f;
	border: 0px solid #4f4f4f;
	width: 577px;
}

td.spacer {
	width: 577px;
	height: 25px;
	background-color:#4f4f4f;
	border: 0px solid #4f4f4f;
}

td.banner {
	width: 577px;
	height: 70px;
	vertical-align: top;
	background-color:#4f4f4f;
	border: 0px solid #4f4f4f;
}

table.basic {
	vertical-align: top;
	background-color: #4f4f4f;
	border: 0px solid #4f4f4f;
	width: 400px;
}

td.content {
	background-color:#4f4f4f;
	border: 0px solid #4f4f4f;
	width: 400px;
}

td.image {
	background-color: #4f4f4f;
	border: 0px solid #4f4f4f;
	width: 400px;
}

table.rightgutter {
	vertical-align: top;
	background-color: #4f4f4f;
	border: 0px solid #4f4f4f;
	width: 177px;
}
