body {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 color: #6678ad;
 background-color: white;
 margin: 10px auto auto;
}
body.start {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 color: #6678ad;
 background-color: 8C96BA;
 margin: 10px auto auto;
}
table,td {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 color: #6678ad;
 text-align: left;
}
a:link,a:visited {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #8c96bb;
 text-decoration: none;
 border-left:5px solid #8c96bb;
 padding-left:5px;
}
a:hover {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #b35959;
 text-decoration: underline;
 border-left:5px solid #b35959;
 padding-left:5px;
}
#header {
 font-family: Verdana;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 color: #b35959;
 text-transform:uppercase;
 }
.owscounter  {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #8c96bb;
 text-decoration: none;
 }
 h3.red-u {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b35959;
	text-decoration: underline;
	font-size: 14px;
}
 h3.red-u2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b35959;
	text-decoration: underline;
	font-size: 14px;
	text-align: center;
}
 img.center {
	border: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

 table.left {
   margin: auto 0 0 0;
 }
 table.right {
   margin: 0 0 0 auto;
 }
  td.right {
  	text-align: right;
  }
  span.red {
  	color: #b35959;
  }
