/* CSS Document */
body, td
{
font-family: Arial, Helvetica, Verdana;
font-size: 14px;
color: #444444;
}

h1 {
font-size:14px;
font-weight:bold;
color:#990000;
display:inline;
}

.small {
font-size: 11px;
}

select {
font-size:11px;
font-weight:bold;
}

.list-menu div 
{
display: block;
width:150px;
padding: 5px 0px 5px 5px;
background: #e5e5cc;
color:#303083;
text-decoration: none;
text-align:left;
font-weight: bold;
}

.list-menu {
width: 150px;
}
.list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 11px;
/*font-weight: bold;*/
text-align:left;
} 
.list-menu li {
margin: 2px 0px 2px 0px;
}

a:link, a:active, a:visited, a:hover {
color:#303083;
}

.list-menu a {
display: block;
width:150px;
padding: 3px 0px 3px 15px;
background: #e5e5cc;
text-decoration: none;
text-align:left;
color: #303083;
font-weight:bold;
font-size: 12px;
}
.list-menu a:link, a:active, a:visited {
color: #303083;
}
.list-menu a:hover {
background: #303083;
color: #e5e5cc;
}

.floatRight { float:right;}
.floatLeft { float:left;}
.img_caption { font-style:italic; margin:0; padding:0; font-size:12px;}

