body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #1768A4;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 4px;
}
a:hover {
color: #DD6900;
}
a:visited {
color: #0000FF;
}
a{
	text-decoration: underline;
}
.OutterTable {
	padding: 5px;
	height: 100%;
	width: 100%;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.InnerTable {
	background-color: #FFFFFF;
	padding: 2px;
	height: 100%;
	width: 900px;
	border: 1px solid #000000;
}
a.title, title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1768A4;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
a.title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1768A4;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
a.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DD6900;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: underline;
}
a.subtitle, subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1768A4;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
a.subtitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1768A4;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
a.subtitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #DD6900;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: underline;
}
.titleborder {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	text-align: left;
}
.titlecell 
{
	border-bottom-style: solid;
	background-color: #1768A4;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	/* background-image: url("http://www.ohiorunner.com/images/ohiorunner.jpg");
	background-position: right;
	background-repeat: no-repeat; */
	height: 124px;
}
.quote {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	background-color: #DDDDDD;
	text-align: center;
}
.quoteAuthor {
	font-family: Times New Roman;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.SectionTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 0800a0;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}
th	
{
	background-color: #1768A4;
	color: #FFFFFF;
	font-size: 14px;
	font-weight : bold;
	text-align: center;
	border: #000000;
	border-style: none;
	height: 18px;
}
.CTable	
{
	border: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	border-collapse:    collapse;    /* ie6 ? */
    border-spacing:     0;           /* px? ns 6? */
}