@charset "utf-8";
/* CSS Document */
.companyName {
	font-family:Tahoma;
	font-size:20pt;
	font-weight:bold;
}
.companyAddress {
	font-family:Tahoma;
	font-size:10pt;
}
.regular {
	font-family:Tahoma;
	font-size:11pt;
}
.header {
	font-family:Tahoma;
	font-size:18pt;
	font-weight:bold;
}
.footer {
	font-family:Tahoma;
	font-size:10pt;
}
.subheader {
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;
}
.success {
	font-family:Tahoma;
	font-size:11pt;
	color:#009933;
}
.failure {
	font-family:Tahoma;
	font-size:11pt;
	color:#FF0000;
}
.fileListing {
	font-family:Tahoma;
	font-size:10pt;
}
a:link {
	text-decoration:none;
	color:darkred;	
}
a:visited {	
	text-decoration:none;
	color:darkred;
}
a:hover {	
	text-decoration:underline;
	color:darkred;
}