@charset "utf-8";
/* CSS Document */

body	{
	background:#ebe6e2;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
p	{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-align:justify;
}
a:link, a:visited {
	color:#069;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	font-size: 36px;
}
.style7 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.style4 {	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	background-color: #FFFFFF;
	font-weight:bold;
}
.style5 {color: #660000}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
}
p.goRight	{
	text-align:right;
}
.style6 a:link, .style6 a:visited {
	color: #660000;
	text-decoration:underline;
}
.style6 a:hover {
	color:#a30c0c;
	text-decoration:none;
}

.round-border	{
	border:1px solid #a78869;
	border-radius:8px;
}
div.footerText	{
	margin-top:12px;
}
.footerText	{
	font-size:12px;
	color:#999;
	text-align:center;
}

.footerText a:link, .footerText a:visited {
	text-decoration:none;
	color:#999;
}
.footerText a:hover {
	text-decoration:underline;
	color:#666;
}
a.whiteLink:link, a.whiteLink:visited {
	color:#fff;text-decoration:none;
	font-weight:bold;
}
a.whiteLink:hover	{
	text-decoration:underline;
}
.rightBox {
	width:264px;
	padding:10px;
	border:1px solid #991212;
	background:#971e1e;
	border-radius:10px;
	float:right;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}