body { 
text-decoration : none; 
color : #000000; 
font-size : 9pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
line-height : 16px; 
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #670D25; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2170BD; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #670D25; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
}

a {
color : #000099;
text-decoration : none;	
}
a:link {
color : #000099;
text-decoration : none;	
}
a:active {
color : #990000;
text-decoration : none;
}
a:hover {
color: #BA9E1B;
text-decoration : none;	
}

/* Dynamic Listings Group */
.date { color:#000000; font-size : 10pt; }
.style3 {background-color: #FFFFFF; padding: 6px; margin-top: 4px;}
.style4 {background-color: #E1E8EE; padding: 6px;}
.style5 {cursor: default;}
