/* CSS Document */

BODY, P, TR, TD {font-family: arial, helvetic, sans-serif; font-size: 11pt; color:#666666;}

h1 {font-family: arial, sans-serif; font-size: 14pt; font-weight: bold; color: #006600; display: inline;}
h2 {font-family: arial, sans-serif; font-size: 12pt; font-weight: bold; color: #003300;display: inline;}

.subhead {color: #009900; font-weight: bold;}
.parahead {color: #006600; font-weight: bold; font-size: 11pt;}
#navcontainer { margin-left: 5px; width: 150px;}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; }
#navcontainer li.plain {font-size: 11px; font-weight: bold; color: #333; }

#navcontainer a
{
display: block;
color: #333;
background-color: transparent;
width: 150px;
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

#navcontainer a:hover
{
background-color: #090;
color: white;
border-right: 10px solid #ffcc66;
padding: 2px 1px 2px 2px;
}

#navcontainer ul ul
{
margin-left: 10px;
margin-right: 25px;
padding: 0;
list-style-type: none;
font-size: 11px:
}

#navcontainer li li a
{
display: block;
color: #333;
background-color: transparent;
padding: 2px 5px;
border-right: 0;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #090;	`
text-decoration: none;
font-size: 11px;
font-weight: normal;
}
