#content a {
	color: #007bb6;
}

#content h1 {
	margin: 0;
	font-weight: normal;
	font-size: 182%;
	line-height: 131%;
	color: #007bb6;		
}

#content h2 {
	margin: 0;
	font-weight: normal;
	font-size: 146.5%;
	line-height: 131%;
}

#content h3 {
	margin: 0;
	margin-top: 15px;
	font-weight: normal;
	font-size: 123.1%;
	line-height: 123.1%;
	background-image: url(../images/dotted_hor_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#content a {
	text-decoration: none;
}

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content ul {
	padding-left: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#content table ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content img {
	border: #c8c8c8;
	margin-top: 5px;
}

