td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002B54;
}

a.nav {
	text-decoration:none; 
	color:#002B54; 
	font-variant:small-caps;
	font-size: 12px;
}

a { 
	text-decoration:underline; 
	color:#122267; 
}

.printonly {
	display:none;
}

.content {
	background-color:#fbf9f2;
}
.navigation {
	background-color:#f6f4eb;
}
.header {
    font-size:9px;
    color:#002B54;
}
a.header,a.header:visited {
    font-size:9px;
    text-decoration:none;
    color:#ffffff;
}
a.header:hover {
    text-decoration:underline;
}
.button {
	background-color:#234769;
}
.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:#122267; 
	border: 1px solid #E0DAC4;
	border-bottom: 0px; 
	background-color: #F1EACD; 
	text-decoration: none;
}
.dropitemlast, .dropitemlast:visited {
	display:block;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 4px;
	font-size: 9px;
	color:#122267;
	border: 1px solid #E0DAC4;
	background-color: #F1EACD;
	text-decoration: none;
}
.dropitem:hover, .dropitemlast:hover {
	background-color:#F4F6EA; 
	text-decoration: none; 
	color:#122267;
}
