BODY {
  font-size: 95%;
  font-family:Arial;
  color: #223778;
}

 p, td, li {
  font-size: 1em;
  font-family:Arial;
  color: #223778;
  line-height: 1.5em;
}

INPUT, TEXTAREA, OPTION, SELECT 
{
    color: #223778;
    font-size:100%;
    font-family:Arial;
}

A:link {
  color: #CA0088;
  TEXT-DECORATION: none;
}

A:visited {
  color: #CA0088;
  TEXT-DECORATION: none;
}

A:hover {
  color: #173F26;
  TEXT-DECORATION: none;
}

A:active {
  color: #CA0088;
  TEXT-DECORATION: none;
}

.menu {
  list-style-type: none; 
 font-size: 12pt;
 font-weight:bold;
 margin: 0px 5px 0px 0px;
 
}

.menu A, .menu A:link, .menu A:active, .menu A:Visited
{
  background-image: url('../images/menu1.gif');
  color: #FFFFFF;
  TEXT-DECORATION: none;
  width: 151px;
  height: 28px;
  display:block;
  text-align: center;
  padding-top: 3px;
 
}

.menu A:hover 
{
  background-image: url('../images/menu2.gif'); 
  color: #FFFF80;
  width: 151px;
  height: 28px;
  TEXT-DECORATION: none;
  padding-top: 3px;
}

A.btnSearch
{
  font-size: 12pt;
  background-image: url('../images/menu1.gif');
  color: #FFFFFF;
  TEXT-DECORATION: none;
  width: 151px;
  height: 28px;
  display:block;
  text-align: center;
  padding-top: 3px;
  
}

A.btnSearch:active, a.btnSearch:visited
{
    color: #ffffff;
}

A.btnSearch:Hover 
{
  font-size: 12pt;
  background-image: url('../images/menu2.gif');
  color: #FFFF80;
}

.menu2 {
  background-image: url('images/menu2.gif');
  font-size:11px;
  font-family:Verdana;
  color: #FFFFFF;
}

.menu2 A:link {
  color: #FFFF80;
  TEXT-DECORATION: none;
}

.menu2 A:visited {
  color: #FFFF80;
  TEXT-DECORATION: none;
}

.menu2 A:hover {
  color: #FFFF80;
  TEXT-DECORATION: none;
}

.head {
  font-weight: bold ;
  font-size: 1.4em;
  font-family: Arial;
  color: #223778;
}

.shead {
  font-weight: bold ;
  font-size: 1.15em;
  font-family: Arial;
  color: #223778;
}

.small {
  font-size: 0.8em;
  font-family: Arial;
}

.large {
  font-size: 1.3em;
  font-weight: bold;
  font-family: Arial;
}

.red {
  color: #FF0000;
}

.justify {
  text-align:justify;
}

.bigger {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Arial;
}

.biggerNotBold {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Arial;
}

.pinkBold
{
    color: #CA0088;
    font-weight:bold;
}


.pink
{
    color: #CA0088;
}
