body {background-color: #ffffff;} 
a:link {color: #006699;  text-decoration: none; background-color: #cccccc;} 
a:visited {color: #006699; text-decoration: none; background-color: #cccccc;}
a:hover {color: #006699; text-decoration: underline; background-color: #ffffff;} 
a:active {color: #ff0000; text-decoration: none; background-color: #ccccff;}

a.one:link, a.one:visited {
  color            : #0000ff;
  text-decoration  : none;
  font-family      : Trebuchet MS, Tahoma;
}

a.one:hover {
  color            : #ff6600;
  text-decoration  : none;
}

a.two:link, a.two:visited {
  color            : #0000ff;
  text-decoration  : none;
 font-size        : 13px;
 font-weight	   : bold;
}

a.two:hover {
  color            : #ffffff;
  text-decoration  : underline;
 font-size        : 13px;
 font-weight	   : bold;
}
a.three:link, a.three:visited {
  color            : #ffffff;
  text-decoration  : none;
 }

a.three:hover {
  color            : #ff0000;
  text-decoration  : none;
}

a.four:link, a.four:visited {
  color            : #ff0000;
  text-decoration  : none;
 }

a.four:hover {
  color            : #ffffff;
  text-decoration  : none;
}

p {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #006699;
 
}

.menu1 {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 14px;
  color            : #333333;
font-weight	   : bold;
}

h1 {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 22px;
  color            : #5E8CBE;
  font-weight	   : bold;
text-decoration  : none;
}
h2 {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 16px;
  color            : #5E8CBE;
  font-weight	   : bold;
}
h3 {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 14px;
  color            : #ffffff;
  font-weight	   : bold;
}
div.one {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 13px;
  color            : #333333;
}

div.two {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 13px;
  color            : #666666;
  font-weight	   : bold;
}
div.three {
  font-family      : Trebuchet MS, Tahoma;
  font-size        : 13px;
  color            : #666666;
  font-weight	   : bold;
}


ul {
	margin: 0px 0px 0px 0px;
	font-family      : Trebuchet MS, Tahoma;
  font-size        : 13px;
  color            : #000000;
	}

li {
	list-style: inside url(/images/arrow.png) 3px;
	list-style-image: url(/images/arrow.png);
	}

li.red {
	list-style: inside url(/images/redarrow.gif) 3px;
	list-style-image: url(/images/redarrow.gif);
	}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

.boxes {
        border: dotted;
        border: dotted;
        border-width: 1px;
        border-bottom-color: #CCCC99;
        border-top-color: #CCCC99;
        border-left-color: #CCCC99;
        border-right-color: #CCCC99;
}
.boxes2 {
        border: solid;
        border: dotted;
        border-width: 1px;
        border-bottom-color: #ff6600;
        border-top-color: #ff6600;
        border-left-color: #ff6600;
        border-right-color: #ff6600;
}
