#content {
	text-align: justify;
	font-family: arial;
	font-size: 10pt;
	color: #534B6C;
}

#content h3 {
	color: #9C9010;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14pt;
}

#content h4 {
	margin: 0px;
	padding-top: 10px;
	font-size: 10pt;
	text-decoration: underline;
}

#content p {
	margin-top: 10px;
}

#content a {
	display: inline;
	text-decoration: none;
}

#content a:hover {
	display: inline;
	text-decoration: underline;
	color: #ff0000;
}


#footer_left {
	float: left;
	width: 212px;
	text-align: right;
	color: #cdcdcd;
	font-family: arial;
	font-size: 11pt;
	text-transform: lowercase;
}

#footer_right {
	color: #E8B417;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	float: right;
	margin-right: 15px;

}

#footer_right a {
	color: #E8B417;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
	font-size: 9pt;
}

#footer_right a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	color: #2C4B80;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #2C4B80;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #2B5B9E;
}

#breadcrumbs .current {
	color: #2B5B9E;
}

#breadcrumbs a {
	text-decotation: underline;
}

.note {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
