/**
 *
 * basic styles
 *
 */

a.body {
	color: #505050;
	font-weight: normal;
	text-decoration: none;
}

a.header {
	color: #505050;
	font-weight: bold;
}

a.green {
	color: #008000;
	font-size: 11px;
	font-weight: normal;
}

a.small {
	color: #505050;
	font-size: 9px;
	font-weight: normal;
}

a.small:hover {
	color:#909090;
	font-weight:normal;
	text-decoration:underline;
}

body {
	background: #cec1b8;
	color: #505050;
	font-family: arial, helvetica;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px;
}

h1 {
	color: #505050;
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #600060;
	height: 2px;
	width: 678px;
}

p {
	border: 0px;
	font-weight: 8pt;
	margin: 0px;
	padding: 5px;
}

table {
	margin: 0px 0px 0px 0px;
	width: 680px;
}

td {
	font-size:13px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 25%;
}

/**
 *
 * nested styles
 *
 */

td p {
	border: 0px;
	font-size:13px;
	margin: 0px;
	padding: 0px;
}

/**
 *
 * generic styles
 *
 */

.tan {
	background: url(images/tan.gif) repeat top left;
}

.header {
	height: 300px;
	overflow: hidden;
	text-align: left;
}

.headernav {
	width: 680px;
	height: 300px;
	border: 0;
}

.small {
	color: #505050;
	font-size: 9px;
	font-weight: normal;
}

.spacer {
	margin: 10px;
	text-align: center;
	width: 680px;
}

.padtop {
	padding-top: 38px;
}

.bg {
	background: #cec1b8;
}

.wrapper {
	background: #cec1b8 url(images/wrapper2.jpg) no-repeat top right;
	border: 2px solid #e6d6c6;
	margin: 10px 0px 0px 10px;
	text-align: left;
	width: 680px;
}
