#content p {
	color: black;
	font-size: 85%;
	line-height: 135%;
	padding: 0;
	margin: 0;
}

#content h1 {
	padding: 0;
	margin: 3px 0 2px 0;
	font-size: 93%;
	line-height: 150%;
	color: black;
	font-weight: bold;
	background: url(../images/bg_title.gif) repeat-x top;
}
	
#content h2 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 85%;
	line-height: 135%;
	color: black;
	font-weight: bold;
}

#content hr {
	border-top: black 1px solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 10px 0;		
}

#content ul,
#content ol {
	font-size: 85%;
	line-height: 135%;
}

#content li { 
	margin-left: -10px;
	margin-bottom: 7px;
}

#content ul li ul,
#content ul li p, 
#content ol li ol,
#content ol li p { 
	font-size: inherit;
	line-height: inherit;
}

#content a {
	color: #0073bf; 
	text-decoration: none; 
	font-weight: bold;
}

#content a:hover {
	color: black;
}

#content img.cmsDocumentIcon {
	position: relative;
	top: -3px;
	margin-right: 6px;
}
