.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: #ac3541;
	border-right-color: #ac3541;
	border-bottom-color: #ac3541;
	border-left-color: #ac3541;
}

body {
	background-color: #ea94a4;
	margin-left: 14px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #862731;
	text-decoration: bold;
}
a:visited {
	text-decoration: bold;
	color: #862731;
}
a:hover {
	text-decoration: bold;
	color: #ffced7;
}
a:active {
	text-decoration: bold;
	color: #862731;
}

body {
	scrollbar-arrow-color: #a93541;
	scrollbar-base-color: #d17d8c;
	scrollbar-dark-shadow-color: #7e262f;
	scrollbar-track-color: #d98998;
	scrollbar-face-color: #d98998;
	scrollbar-shadow-color: #a93541;
	scrollbar-highlight-color: #ffced7;
	scrollbar-3d-light-color: #fbe2e7;
	border: 1px none #a93541;
	background-image:url();
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	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: #ac3541;
}
.BlogDateHeaderDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ac3541;
}
.BlogItemBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px none #ac3541;
}
.PostedBy {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color: #a93541;
}
img {
	border: 1px solid #ac3541;
}
.BlogItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ac3541;
}