td {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #a14f1d;
}
 
a.nav {
            text-decoration:none; 
            color:#a14f1d; 
            font-variant:small-caps;
            font-size: 12px;
}
 
a { 
            text-decoration:underline; 
            color:#a14f1d; 
}
 
.printonly {
            display:none;
}
 
.content {
            background-color:#fef8f0;
}
.navigation {
            background-color:#f6efe6;
}
.header {
    font-size:9px;
    color:#a14f1d;
}
a.header,a.header:visited {
    font-size:9px;
    text-decoration:none;
    color:#a14f1d;
}
a.header:hover {
    text-decoration:underline;
}
.button {
            background-color:#a14f1d;
}
.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:#385191; 

	border: 1px solid #E4D8DD;

	border-bottom: 0px; 

	background-color: #fff9f9; 

	text-decoration: none;

}

.dropitemlast, .dropitemlast:visited {

	display:block;

	padding-left:10px;

	padding-top:4px;

	padding-bottom: 4px;

	font-size: 9px;

	color:#385191;

	border: 1px solid #E4D8DD;

	background-color: #fff9f9;

	text-decoration: none;

}

.dropitem:hover, .dropitemlast:hover {

	background-color:#f7f4d7; 

	text-decoration: none; 

	color:#385191;

}