.headline-text {
	font-family:trebuchet ms,arial,helvetica;
	font-size:17px;
	color:#222222;
	line-height:140%;
}

.normal-text {
	font-family:trebuchet ms,arial,helvetica;
	font-size:13px;
	color:#222222;
	line-height:140%;
}

.small-text {
	font-family:trebuchet ms,arial,helvetica;
	font-size:11px;
	color:#222222;
	line-height:140%;
}

.sidebar-headline { 
	font-family:trebuchet ms,arial,helvetica;
	font-size:17px;
	font-weight:bold;
	color:#047696;
	line-height:140%;
}

.sidebar-normal { 
	font-family:trebuchet ms,arial,helvetica;
	font-size:11px;
	color:#333333;
	line-height:140%;
}
	
.quote-quote { 
	font-family:trebuchet ms;
	font-size:13px;
	font-style:italic;
	color:555555;
}
.quote-author { 
	font-family:trebuchet ms;
	font-size:11px;
	color:555555;
}

td.navigation-unselected { 
	background-color:#0E6485;
	font-family:trebuchet ms,arial,helvetica;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

td.navigation-selected { 
	background-color:#ffffff;
	font-family:trebuchet ms,arial,helvetica;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
a.navigation-unselected { 
	text-decoration:none;
	color:#ffffff;
}
a.navigation-unselected:hover {
	color:#00B2D6;
}
a.navigation-selected { 
	text-decoration:none;
	color:#0E6485;
}


a.nounderline { 
	text-decoration:none;
	color:#047696;
}

a.nounderline:hover { 
	text-decoration:underline;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Trebuchet ms,Arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 00B2D6;
}