A:link {
color: #143053;
font-weight : bold;  
text-decoration:none;
}

A:visited {
color: #660066;
font-weight : bold; 
text-decoration:none;
}

A:hover {
color: #660066;
font-weight : bold; 
text-decoration:underline;
}

A:active {
color: #660066;
font-weight : bold; 
text-decoration:underline;
}

h1 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 20px; color : #006666;}
h2 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 15px; color : #006666;}
h3 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 14px; color : #006666;}
h4 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 13px; color : #006666;}
h5 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 12px; color : #006666;}
h6 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 11px; color : #006666;}

.h1 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 20px; color : #006666;}
.h2 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 15px; color : #006666;}
.h3 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 14px; color : #006666;}
.h4 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 13px; color : #006666;}
.h5 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 12px; color : #006666;}
.h6 {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 11px; color : #006666;}
.lefthead {font-family : helvetica, arial, sans-serif; font-weight : Bold; font-size : 15px; color : #006666;}

p {font-family : arial, sans-serif; font-size : 14px; line-height : 19px; color : #4A4A4A;}
.p {font-family : arial, sans-serif; font-size : 14px; line-height : 19px; color : #4A4A4A;}
.p1 {font-family : arial, sans-serif; font-size : 17px; line-height : 19px; color : #4A4A4A;}
.p2 {font-family : arial, sans-serif; font-size : 16px; line-height : 18px; color : #4A4A4A;}
.p3 {font-family : arial, sans-serif; font-size : 15px; line-height : 17px; color : #4A4A4A;}
.p4 {font-family : arial, sans-serif; font-size : 14px; line-height : 16px; color : #4A4A4A;}
.p5 {font-family : arial, sans-serif; font-size : 13px; line-height : 15px; color : #4A4A4A;}
.p6 {font-family : arial, sans-serif; font-size : 12px; line-height : 14px; color : #4A4A4A;}
.p7 {font-family : arial, sans-serif; font-size : 11px; line-height : 13px; color : #4A4A4A;}
.p8 {font-family : arial, sans-serif; font-size : 9px; line-height : 11px; color : #4A4A4A;}

td {font-family : arial, sans-serif; font-size : 14px; line-height : 16px; color : #4A4A4A;}
.left {font-family : tahoma, arial, sans-serif; font-size : 13px; line-height : 14px; color : #4A4A4A;}
.left2 {font-family : tahoma, arial, sans-serif; font-size : 13px; padding-left : 4px; line-height : 14px; color : #4A4A4A;}

.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
