﻿.style1{
    font-size: 11px; font-family:Arial;
}
.style1 p{
    font-size: 11px; font-family:Arial;
}
.style1 a{
    color: #0088B5;
    text-decoration: underline;
}
.style1 a:hover{
    color: #3ABB51;
    text-decoration: none;
}
.style1 a:visited{
    color: #aaaaaa; 
    text-decoration: underline;
}

.style1 h2{
    font-size: 16px;
    font-weight: bold;
    color: #00B1E7;
}
.style1 h3{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 2px;
}
.style1 .breadcrumb{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8pt;
    color: #3ABB51;
}
.style1 .breadcrumb a{
    color: #0088B5;
    text-decoration: underline;
}
.style1 .breadcrumb a:hover{
    color: #0088B5;
    text-decoration: underline;
}
.style1 .breadcrumb a:visited{
    color: #0088B5;
    text-decoration: underline;
}
.style2 li
{
   font-size:13px; font-weight:bold;text-decoration:none; list-style-image: url(../graphics/bullets_blue.gif);
}
.style3 li 
{
   font-size:13px; font-weight:bold;text-decoration:none; list-style-image: url(../graphics/bullets_green.gif);
       list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    border:thin 1px;
}

style3 li a:hover{
    text-decoration: underline;
}