h3 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small; 
	LINE-HEIGHT:100%; 
	FONT-WEIGHT: bold;
	COLOR: #990000; 
	TEXT-DECORATION: none;
}

h3.border {
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom : 1px;
}

h4 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: xx-small; 
	LINE-HEIGHT:100%; 
	FONT-WEIGHT: bold; 
	COLOR: #333333; 
	TEXT-DECORATION: none;
}

.content p, .content li , .listing div p{
	FONT-WEIGHT: normal; 
	FONT-SIZE: x-small; 
	MARGIN-BOTTOM: 0px; 
	COLOR: #000000; 
	LINE-HEIGHT: 125%; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;

}

.content p.caption {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9 px; 
	LINE-HEIGHT: normal; 
	COLOR: #666666; 
	FONT STYLE: italic; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none ;
}


.content OL { 
	LIST-STYLE-TYPE: decimal; 
}

.content UL {
	LIST-STYLE-TYPE: disc; 
}

.content P A:link, .content OL A:link, .content LI A:link {
	COLOR: #000099; 
}
.content P A:visited, .content OL A:visited, .content LI A:visited {
	COLOR: #660033;
}
.content P A:active, .content OL A:active, .content LI A:active {
	COLOR: #000099;
}
.content P A:hover, .content OL A:hover, .content LI A:hover {
	COLOR: #000099;
	TEXT-DECORATION: underline;
}

.content span.highlighthead {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12pt; 
	FONT-STYLE: normal; 
	LINE-HEIGHT: normal; 
	FONT-WEIGHT: normal; 
	COLOR: #990000; 
	TEXT-TRANSFORM: uppercase; 
	TEXT-DECORATION: none;
}

.content .underline, .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.listing img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 100px;
	max-height: 60px;
}


