body { 
	color: #333333; 
	background-color: #fdfae4; 
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 16px;
}

table.header {
	background-image: url(../images/nav/bg.gif);
	background-repeat: repeat-x;
}

table.nav {
	background-color: #fdfae4;
}

table.banner {
	background-color: #729976;
}

td.content {
	padding: 10px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 16px;
}

td.split {
	background-image: url(../images/home/nsplit.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.text {
	padding: 10px 10px 10px 40px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 16px;
	color: #333333;
}

td.copyright {
	padding: 20px 10px;
	font-family: Arial;
	font-size: 9pt;
	line-height: 15px;
	color: #666666;
	background-image: url(../images/copyright.gif);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #f48024;
	text-decoration: none;
}

a:hover { 
	color: #000000;
	text-decoration: none;
 }

.subhead {
	padding: 0px 10px 10px 0px;
	font-family: Arial;
	font-size: 12pt;
	line-height: 20px;
	font-style: italic;
	color: #7a5a24;
}