p, table, tr, td, div {
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
}

.welcome, .testimonial {
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
}

a {
     text-decoration: none;
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
}

a:hover {
     text-decoration: underline;
     color: #009B07;
}

a.nav {
     text-decoration: none;
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #FFFFFF;
}

a.nav:hover {
     text-decoration: none;
     color: #CCCCCC;
}

.header {
     font-size: 13px;
     font-family: Tahoma, sans-serif;
     color: #666666;
}

.footer {
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #666666;
}

.green {
     color: #009B07;
}

a.leftnav {
     text-decoration: none;
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
     display:block; width: 100%; padding-left: 10px;
}

a.leftnav:hover {
     text-decoration: underline;
     color: #009B07;
     background-image: url(images/arrow.gif);
     background-position: 2px 5px; 
     background-repeat: no-repeat;
}

a.regular {
     text-decoration: underline;
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
}

a.regular:hover {
     text-decoration: underline;
     color: #009B07;
}




