.subheaderLink:link, .subheaderLink:visited {
	color: #555555;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 8pt;
	font-weight: normal;
}

.subheaderLink:hover {
	color: #888888;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans serif;
	font-size: 8pt;
	font-weight: normal;
}

.subheaderLink:active {
	color: #555555;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 8pt;
	font-weight: normal;
}

.SeeMoreLink:link, .SeeMoreLink:visited {
	color: #888888;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.SeeMoreLink:hover {
	color: #444444;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.SeeMoreLink:active {
	color: #888888;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.ContentLink:link, .ContentLink:visited {
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.ContentLink:hover {
	color: #0000ee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

.ContentLink:active {
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

a:link, a:visited {
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}
a:hover {
	color: #000066;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

a:active {
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	font-weight: normal;
}

h2, h3 {
	font-family: Arial, Helvetica, sans serif;
	color: #444444;
}


.headerTxt {
	color: #444444;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
}

.headerDiv {
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans serif;
	color: #444444;
	font-size: 10pt;
}

.hrLine {
	height: 1px;
	border: 0px;
	border-top: 1px solid #ccc;
}

.codeblock {
	border-radius: 5px 5px 5px 5px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	font-family: monospace;
	font-size: 9pt;
	padding: 5px
}

.comp {
	border: 1px solid #aaaaaa; 
}