body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
.wrapper {
	border-width: 1px;
	border-color: #F15A23;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.content {
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
	padding-top: 10px;
}
.footer {
	padding: 10px;
	background-color: #F15A23;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.style1 {
	text-align: center;
}
.style2 {
	color: #F15A23;
}
.style3 {
	white-space: nowrap;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	
}
a:active {
	color: #FFFFFF;
	
}
a:visited {
	color: #FFFFFF;
	
}
a.white:link {color: #FFFFFF; text-decoration: underline; }
a.white:visited {color: #FFFFFF; text-decoration: underline; }
a.white:hover {color: #000; text-decoration: underline; }
a.white:active {color: #FFFFFF; }
