@charset "utf-8";
/* CSS Document */

.textRight {
	text-align:right;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:18px;
	color:#000000;
	border-bottom:solid 1px #875b31;
	padding-bottom:12px;
	padding-top:11px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	color:#000000;
	border-bottom:solid 1px #875b31;
	padding-bottom:8px;
	padding-top:8px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color:#1e314f;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#1e314f;
	margin-top:14px;
}

.review {
	font-style:italic;
	line-height:12px;
}

#footer p {
	font-size:10px;
	margin-top:10px;
}