body {
	background-color: #;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

A {
  color: #FC4B01;
  text-decoration: underline;
  font-weight : bold;
}

A:hover {
  color: #009933;
  text-decoration: underline;
  font-weight : bold;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

.orangerow {
  height: 2px; 
}

.title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #FC4B01;
  font-weight : bold;
 }
 
 .subtitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FC4B01;
  font-weight : bold;
 }
 
  .newsdate {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000099;
  font-weight : bold;
 }
 
   .newstitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0033CC;
  font-weight : bold;
 }
 
    .newsresume {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
 }
 
     .text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 140%;
 }