body, td, th, p, div, li, ul
{
    color: black;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px
}

body {
    background:white;
    
}

div.header-int {
    width:750px;
    background-image:url('../images/header-int.jpg');
    background-repeat:no-repeat;
    height:130px;
    margin-bottom:20px;
    position:relative;
}

div.contact {
    position:absolute;
    right:10px;
    top:25px;
    font-size:12px;    
}

ul {
    list-style-image:url('../images/bullet.jpg');
    margin-top:0;
}

ul.red li {
    color:red;
    font-weight:bold;
    
}

h1{
    color: #993300;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight : bold;
}
h2{
    color: #993300;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight : bold;
}
h3{
    color: #993300;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight : bold;
}
h4{
    color: #993300;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight : bold;
    font-style : italic;
}
a {
    color: navy;
    font-family:  verdana, tahoma, arial, helvetica, sans-serif;
    text-decoration: none
}
a:hover {
    color: #993300;
    text-decoration: underline
}
a.menu2 {font-weight: bold;}
a.menu3 {}
.topmenu {color: white; font-weight: bold;}
.topmenu:hover {color: #ff9900;}
a.bottmenu{font-size: 10px;}
.pagepath{
    color: black;
    font-size: 10px;
    font-weight: bold;
}
.pagepathlink{
    color: #993300;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none
}
.pagepathlink:hover{
    color: navy;
    text-decoration: underline
}
.fixed{
    font-family : "courier new", courier, monospace;
    font-size: 12px;
}
.boxtop{
    background-color: #993300;
    color: #ff9900;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
}
.text
{
    line-height : 16px;
    text-align:justify;
}

.menuleft
{
    padding: 0px 0px 0px 5px;
}

.menu2header
{
    color: #993300;
    font-size: 14px;
    text-decoration: none;
    font-weight : bold;
    padding: 8px 0px 10px 5px;
}

.menu2desc
{
    color: black;
    font-size: 10px;
    text-decoration: none;
    padding: 0px 0px 10px 10px;
}

.menuvertheader
{
    font-size: 14px;
    text-decoration: none;
    font-weight : bold;
    padding: 0px 0px 5px 0px;
}

.menuvertdesc
{
    padding: 0px 0px 5px 10px;
}
ul.wobullet li {
    font-family : "courier new", courier, monospace;
    list-style : none;
    text-indent : -32px;
}
.newsdate{
    font-weight : bold;
}

.code {
    border : 1 solid gray;
    background-color : #f3f3f3;
    width:100%;
}

table.code  tr td{
    font-family : "courier new", courier, monospace;

}



tr.border, td.border {
    border-width: thick thin thin thin;
    padding: 5px 5px 5px 5px;
    border-style: solid dotted dotted dotted;
    border-color: #010066 gray gray gray;
    background-color: white;
    -moz-border-radius: 3px 3px 3px 3px;
    
}