


.dots-right {
        border-right-width: 1px;
        border-right-style: dotted;
        border-right-color: #000000;
}
.dots-bottom {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
}
.dots-top {
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #000000;
}
.dots-left {
        border-left-width: 1px;
        border-left-style: dotted;
        border-left-color: #000000;
}
.nav {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
}
p, ul, li, i {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
}

a:link {
        color: #000000;
}
a:visited {
        color: #000000;
}
a:hover {
        color: #FC8B01;
}
a:active {
        color: #FC8B01;
}

p.indentBlock {
margin-left: 10px;
}

