﻿a {
 
 color: #2A1B0B;
 text-decoration:none;
} 
 
a:hover {
 color: #FFFFFF; 
 text-decoration:underline;
}

.bluelink a {
 
 color: #0066FF;
 text-decoration:none;
} 
 
.bluelink a:hover {
 color: #0144A8; 
 text-decoration:underline;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #835523;
	font-family: Arial, Helvetica, sans-serif;
}

.brownht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
	color: #2A1B0B;
}

.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2A1B0B;
}

.brownbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2A1B0B;
}

.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0066F3;
}

.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cc0000;
}
.navigationhint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #800000; 
}