h1    { color: black; font-weight: bold; font-size: medium; font-family: Arial, Helvetica, sans-serif; text-align: left }

h2    { color: black; font-weight: bold; font-size: small; font-family: Arial, Helvetica, sans-serif; text-align: left }

b    { color: gray; font-weight: 600; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }

p   { color: gray; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-align: left }

h3    { color: #f90; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }

a    { color: #f90; font-weight: 600; font-size: 9pt; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }

a2  { color: #f90; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }

dd { margin-left: 0; line-height: 1.2em; }

dl { margin-top: 1px; }

body {
		font-family: Arial, Helvetica, sans-serif;
	}


/* Clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 overflow:auto;
	 zoom:1;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.orangeheader {
	color: #f90;
	font-size: 1.2em;
	font-weight: bold;
}

.right {
	float: right;
}

.verticalspacer {
height: 10px;
}

.menu {
	color: #fff; 
	padding-left: 10px;
	height: 25px;
	margin-top: 5px;
	font-weight: bold;
	background-color: #000;
}

.footer {
	color: #000; 
	padding-left: 10px;
	height: 20px;
	margin-top: 5px;
	background-color: #f90;
}

.vmid {
	vertical-align: middle; 
	background-color: #000;
}

.blue {
	color: #036 !important;
}

.lightblue {
	color: #09C !important;
}

.green {
	color: #390 !important;
}

.bold {
	font-weight: bold;
}

.tenpt {
	font-size: 10pt;
}

.leftindent {
	margin-left: 15px;
}

.menu a {
	padding-left: 5px;
	padding-right: 5px;
	color: #fff; 
	font-weight: 600; 
	font-size: 11pt; 
	text-decoration: none
}

.menu a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #f90; 
	font-weight: 600; 
	font-size: 11pt; 
	text-decoration: none
}

