BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px 
}
body {
	background-color: #485840;
}
a {
	font-weight: normal;
	color: #911A1E;
}
a:hover {
	font-weight: normal;
	color: #485840;
}
.link {
	font-weight: normal;
	color: #911A1E;
	text-decoration: none;
}
.link:hover {
	font-weight: normal;
	color: #485840;
	text-decoration: none;
}
.bot_white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.content {
	padding: 25px 30px 15px;
}
.border_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.border_bot {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.border {
	border: 1px solid #FFFFFF;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #911A1E;
}
.titlebig {
	font-size: 18px;
	font-weight: bold;
	color: #911A1E;
}
.footer {
	color: #dde4a5;
	margin: 10px 0 0;
}
.border_black {
	border: 1px solid #000000;
}
.border_black_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border_black_bottom {
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.quotetext {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.hometext {
	display:block;
	margin:0 0 0;
	height:1px;
	line-height:1px;
	text-indent:-23456px;
}
