html { 
min-height: 100%; 
margin-bottom: 1px; 
}

body {  
font-family: verdana, helvetica; 
font-size: 11px; 
}

td { 
font-family: arial, helvetica; 
font-size: 12px 
}

.list-menu div 
{
display: block;
width:140px;
padding: 3px 0px 3px 5px;
background: #DFDFDF;
color:#000000;
text-decoration: none;
text-align:left;
font-weight: bold;
}

.list-menu {
width: 140px;
}

.list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 11px;
text-align:left;
} 

.list-menu li {
margin: 1px 0px 0px 0px;
}

.list-menu a {
display: block;
width:140px;
padding: 3px 0px 3px 5px;
background: #eeeeee;
text-decoration: none;
text-align:left;
color: #155657;
}

.list-menu a:link, a:active, a:visited {
color: #155657;
}

.list-menu a:hover {
background: #ffffff;
color: #155657;
}

.main a {
color:#155657;
}

img {
border-color:#333333;
} 

h1 {  
font-family: verdana; 
font-size: 16px; 
color:#333333;
}

h2 {  
font-weight: bold; 
font-size: 14px; 
font-family: verdana, helvetica; 
color: #155657;
}

h3 {  
font-family: verdana, helvetica; 
font-size: 12px;
}


