#button {
	width: 247px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	text-align: center;
	text-transform: uppercase;
	font-size: 13px; color: #94866c;
	color: #fff;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #efdecd;
		background-color: #ffffff;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 7px 5px 7px 10px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		color: #666;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 1px solid #edf0ea;
		border-right: 1px solid #edf0ea;
		background-color: #edf0ea;
		color: #94866c;
}

.body {
	color: #666666;
	font-size: 11pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	font-family: arial, helvetica, 'sans-serif';
	font-size: 12px;
	font-weight: 400;
	color: #7A1501;
	text-decoration: none;
}
a:visited{
	font-family: arial, helvetica, 'sans-serif';
	font-size: 12px;
	font-weight: 400;
	color: #7A1501;
	text-decoration: none;
}
a:active{
	font-family: arial, helvetica, 'sans-serif';
	font-size: 12px;
	font-weight: 400;
	color: #0033FF;
	text-decoration: none;
}
a:hover{
	font-family: arial, helvetica, 'sans-serif';
	font-size: 12px;
	font-weight: 400;
	color: #7a1501;
	text-decoration: none;
	background-color: #66CCFF;
}

.footer {
	color: #666565;
	font-size: 7pt;
	line-height: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	color: #394F81;
	font-size: 12pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
}
.bodycallout {
	color: #990000;
	font-size: 11pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
}
.rollover {
	background-color: #FFFFFF;
}
