body {
	font-family: "OpenSans", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #444;
	width: 960px;
	margin: 0 auto;
	line-height: 24px;
}

p {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 5px;
}

h1 {
	font-size: 28px;
	margin-top: 25px;
	font-style: normal;
}

h2 {
	font-size: 18px;
       padding-left: 12px;
       /* color: #BF0634; rgb(64,147,255); */
       margin-top: 28px;
       font-style: normal;
}

h3 {
	font-size: 16px;
	text-indent: 12px;
	margin-bottom: 6px;
}

.date {
	background-color: #BF0634; /*rgb(64,147,255);*/
	margin-right: -12px;
	line-height: 28px;
	color: White;
	border-width: 0px;
}

.date-old {
	background-color: #696962; /*rgb(64,147,255);*/
	margin-right: -12px;
	line-height: 28px;
	color: White;
	border-width: 0px;
}

.section {
	background-color: rgb(64,147,255);
	line-height: 28px;
	color: White;
	border: 0px solid dimgray;
}

table {
	margin-left: 11px;
	line-height: 14px;
	border: 0px solid dimgray;
}

th {
	text-align:left;
	color: White;
	line-height: 14px;
	background: dimgray;
	border: 0px solid dimgray;
}

td {
	font-family: "Open Sans", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border-width: 10px;
	border: 0px solid dimgray;
}

a:link {
	text-decoration: none
}

a:active {
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}
