body{
	background-color:#eeeac7;
	font-family: Georgia;
	font-size: 12px;
	color: #454026;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}


table.body {
	width:100%;
	margin-bottom:16px;
}

table.body td.sidebar {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
table.body td.copy {
	border-left: 1px solid #aca66f;
	padding: 0px 0px 0px 8px;
}

table.body tr.logo td {
	background-image: url(ui/logoback.gif);
	background-repeat: repeat-x;
}

table.stripe {
	width:100%;
	margin: 24px 0px 24px 0px;
	}
table.stripe tr td {
	background-image: url(ui/stripe.gif);
	background-repeat: repeat-x;
}

input.button {
	background-color : #6b814c;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	font-family : Tahoma,sans-serif;
	font-size : 11px;
	line-height:120%;
	color : White;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

input {
	background-color : #fff;
	border-left: 1px solid #c99d62;
	border-top: 1px solid #c99d62;
	border-bottom: 1px solid #fdf2e7;
	border-right: 1px solid #fdf2e7;
	font-family : Tahoma,sans-serif;
	font-size : 11px;
	line-height:140%;
	height:28px;
	color : black;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
}


p {
	padding: 0px 6px 8px 0px;
	margin: 0px 0px 0px 0px;
	line-height:150%;
}


a {
	COLOR: #B22222;
	TEXT-DECORATION: none;
	padding-bottom:1px;
	font-weight: bold;
	font-family: Arial;
}
a:hover { COLOR: Red; TEXT-DECORATION: underline;}
a:visited {COLOR: #B22222;}


a.sl {
	TEXT-DECORATION: none;
	background-image: url(ui/spotlight.gif);
	width:466px;
	height:82px;
}
a.sl:hover {
	background-image: url(ui/spotlight_hover.gif);
}

table.body td.menu a {
	display: block;
	padding: 4px 0px 4px 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}

table.body td.menu a.selected {
	display: block;
	padding: 4px 0px 4px 0px;
	background-image: url(ui/rule.gif);
	background-repeat: repeat-x;
	background-position: center;
}
table.body td.menu a.selected i {
	background-color: #F3F0D8;
	font-style: normal;
	border:1px solid #aca66f;
	padding: 4px 4px 4px 4px;
}







h1 {
	margin: 0px 0px 12px 0px;
	font-family:arial;
	font-size:180%;
	color:#aca66f;
}