h4 {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #003366}
h5 {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #003366}
p,li,td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
a:hover {  color: #006633}
a:active {  color: #CC9933}
a:visited {  color: #003366}
a:link {  color: #003366}
a:visited {  }

.nav td {
	background: url(images/leftnavbg.jpg) repeat-y;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 0.7em;
}

.nav td a 
{
	font-variant: small-caps;
	color: #238;
}
.nav td a:hover
{
	color: #016;
}

.quicklinks {
	float:right;
	width:130px;
	margin-left:8px;
	border-left:1px solid #c93;
	border-bottom:1px solid #c93;
	border-right:1px solid #c93;
	margin-bottom:12px;
	background-color:#fff;
}
.quicklinks H5 {
	margin:0px;
	background-color:#c93;
	color:#fff;
	padding:3px;
}
.quicklinks P {
	font-size:xx-small;
	margin:0px;
	padding:2px;
	line-height:150%;
}
.quicklinks A {
	text-decoration:none;
}
.quicklinks A:hover {
	text-decoration:underline;
	color:#063;
}

UL.articles {
	margin-bottom:12px;
	list-style:none;
}
UL.articles LI {
	padding:2px;
	margin-left:-40px;
}
UL.articles LI A {
	text-decoration:none;
}
UL.articles LI A:hover {
	text-decoration:underline;
	color:#093;
}
UL.articles LI SMALL {
	color:#999;
}
UL.articles LI.grey {
	background-color:#ebf0f6;
}