td {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #675c53;
}
 
a.nav {
            text-decoration:none; 
            color:#675c53; 
            font-variant:small-caps;
            font-size: 12px;
}
 
a { 
            text-decoration:underline; 
            color:#675c53; 
}
 
.printonly {
            display:none;
}
 
.content {
            background-color:#fcfdf2;
}
.navigation {
            background-color:#f0f7e3;
}
.header {
    font-size:9px;
    color:#675c53;
}
a.header,a.header:visited {
    font-size:9px;
    text-decoration:none;
    color:#675c53;;
}
a.header:hover {
    text-decoration:underline;
}
.button {
            background-color:#8DB3B6;
}
.button a {
            color:#ffffff;
            text-decoration:none;
            font-style:italic;
}
.dropitem, .dropitem:visited {
	display:block; 
	padding-left:10px; 
	padding-top:4px; 
	padding-bottom: 4px; 
	font-size: 9px; 
	color:#547473; 
	border: 1px solid #E4D8DD;
	border-bottom: 0px; 
	background-color: #F7F4EB; 
	text-decoration: none;
}
.dropitemlast, .dropitemlast:visited {
	display:block;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 4px;
	font-size: 9px;
	color:#547473;
	border: 1px solid #E4D8DD;
	background-color: #F7F4EB;
	text-decoration: none;
}
.dropitem:hover, .dropitemlast:hover {
	background-color:#ebe5cd; 
	text-decoration: none; 
	color:#547473;
}
