p {}

blockquote {
	font-weight: normal;
	line-height: 1.4em;
	font-style: italic;
	color: #934B3F;
	border-right: 5px solid #934B3F;
	font-size: 0.9em;
	background-color: #FAFAFA;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.hilight {
	color: #FFFFFF;
	background-color: #990002;
	padding: 0px 10px 5px;
	text-align: center;
}

.box {
	float: right;
	border: 1px solid #934B3F;
	width: 210px;
	padding: 0px;
	margin-bottom: 5px;
}

.boxHeader {
	background-color: #934B3F;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 4px;
}

.boxContent {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
	line-height: 130%;
	text-align: center;
	color: #924B3E;
}


h1 {
	font-size: 160%;
	font-weight: normal;
	color: #934B3F;
}
h2 {
	font-size: 130%;
	color: #656600;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	color: #656600;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #990100;
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #676707;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.justify {text-align:justify;}

.clear { clear: both; }

