p{
  font-family: TIMESNEWROMAN, ARIAL,HELVETICA,SANS-SERIF;
  font-size: 10pt;
  color: #033277;
  padding-left: 10pt;
  padding-right: 10pt;
}

h2,h3{
  color: #033277;
}

.class1 a:link {text-decoration: none; color:#8CACC4;}
.class1 a:visited {text-decoration: none; color:#8CACC4}
.class1 a:active {text-decoration: none; color:#8CACC4}
.class1 a:hover {text-decoration: underline; color: white;}

a:link {
  color: blue
}

/*====== Set the default visited link style ======*/
a:visited { 
  color: purple 
}

/*====== Set the default active link style ======*/
a:active {
  color: red 
}

/*====== Set the default link hover style ======*/
a:hover {
  color: #FFFFFF; 
  background-color:#033277
}

#news td 
{
height:9px;
padding:0px 5px 0px 5px;
background-color:#EAE9E9;
color:#033277;
}

#news td.c 
{
height:9px;
text-align:center;
padding:0px 5px 0px 5px;
background-color:#EAE9E9;
color:#033277;
}

#news td.w 
{
height:9px;
text-align:center;
padding:0px 5px 0px 5px;
background-color:#FFFFFF;
color:#033277;
}

#news th 
{
height:9px;
text-align:center;
padding-top:0px;
padding-bottom:0px;
background-color:#FFFFCC;
color:#033277;
}