body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
        font-weight: bold;
	color: #003399;
}

A {
  color: #003399;
  text-decoration: none;
  font-size: 10px;
}

A:hover {
  color: #005599;
  background: #feea6f;
  text-decoration: none;
}

.whitetitle{
font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
        font-weight: bold;
       color: #ffffff;
       text-decoration: none;
}
.newsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003399;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00478E;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00478E;
}
.boxes {
	border: 1px dashed #666666;
}
