body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3F5DF;
}
body {
	background-color: #211c19;
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 15px;
}

a {
	font-weight: bold;
}

a:link {
	color: #ee3226;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ee3226;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F26962;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ee3226;
}


.border-dots-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EE3725;
	border-right-color: #EE3725;
	border-bottom-color: #EE3725;
	border-left-color: #EE3725;
}


.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE3725;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-weight: bold;
}
.text-11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F26962;
}
.BlogDateHeaderDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EE3725;
	height: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
.BlogItemBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px none #373217;
}
.PostedBy {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color: #F26962;
}
img {
	border: 2px solid #EE3725;
}
.BlogItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F26962;
	text-transform: uppercase;
}


