/* CSS Document */
body
{
background-color: #E5E5CC;
}
body, td
{
font-family: Arial, Helvetica, Verdana;
font-size: 14px;
color: #666666; /*dark grey*/
}

h1 {
font-size:14px;
font-weight:bold;
color:#116A00; /*hunter green*/
display:inline;
}

h2 {
font-size:14px;
font-weight:bold;
color:#000033; /*blue black*/
display:inline;
}

select {
font-size:11px;
font-weight:bold;
}

.list-menu {
width: 150px;
}

.list-menu div 
{
display: block;
width: 150px;
padding: 5px 0px 5px 5px;
background: #669966; /*lighter green*/
color: #ffffff; /*white*/
text-decoration: none;
text-align: left;
font-weight: bold;
}

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

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

.list-menu a {
display: block;
width:150px;
$width:175px;
padding: 3px 0px 3px 15px;
background: #669966; /*lighter green*/
text-decoration: none;
text-align:left;
/*color: #ffffff;*/
font-weight:bold;
font-size: 12px;
}

.list-menu a:link, a:active, a:visited {
color: #ffffff; /*white*/
}

.list-menu a:hover {
background: #116A00; /*hunter green*/
color: #ffffff; /*white*/
}

body, td a:link, a:active, a:visited, a:hover {
color:#303083; /*dark blue*/
}

.list-menu a:visited {
color: #ffffff; /*white*/
}

.floatRight { float:right;}
.floatLeft { float:left;}
.img_caption { font-style:italic; margin:0; padding:0;}
