.companybanner {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.pageheader {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.regulartext {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #8888FF;
}

.tablerowheader {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #AAAAAA;
}

.tablerowodd {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #CCCCFF;
}

.tableroweven {
	font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}