/* CSS Document */


#content .separator {
	color:#099;
	font-weight: bold;
	}


#content #internalsection {
	margin-left: 220px;
	width: 400px;
	padding-top:40px;
	}

#content #internalsection p .title {
	margin-left:0;
	color: #666;
	}

#content #internalsection p {
	margin-left:0;
	color: #000;
	}

#internalsection h1 {
	margin-left: 0px;
	padding-bottom: 10px;
	color: #099;
	font-size: 16px;
}

#internalsection h1 .highlight {
	color: #666;
}

#internalsection a:link {
	color: #000;
	text-decoration: none;
	}

#internalsection a:visited {
	color: #000;
	text-decoration: none;
	}

#internalsection a:hover {
	color: #999;
	text-decoration: underline;
	}

#internalsection img {
	vertical-align: middle;
}

.pdf {
	color: #FF0000;
}

.imageleft {
	float: left;
	padding-right: 5px;
	}

.strong {
	font-weight: bold;
	}