.banner { color: #ffffff; font-weight: bold; font-family: Verdana, Arial, sans-serif; background-color: #ffaf00 }
.blur { filter: blur(add=1, direction=270, strength=3); }
.fliph { filter: FlipH; }
.flipv { filter: FlipV; }
.glow { filter: Glow(Color=#FFAF00, Strength=5); }
.glow_w2 { filter: Glow(Color=#FFAF00, Strength=2); }
.grayscale { filter: Gray; }
.hidden { font-family: Verdana, Arial, sans-serif }
.light { filter: Light; }
.shadow { filter: Shadow( Color=#000000, Direction=0 ); }
.wave { filter: wave( Add=0, Freq=5, LightStrength=100,
		     Phase=0, Strength=100 ); }
.xray { filter: XRay; }

a { font-weight: strong; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-style: bold; color: #000000}

a:hover { font-weight: strong; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-style: bold; text-decoration: none; color: #C0B474}

body { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-repeat: repeat; font-style: normal; font-weight: normal}
h1 { color: #000000; font-size: 12pt; font-family: Arial, Helvetica, sans-serif}
h2 { color: #09c; font-weight: bold; font-size: 22pt; font-family: Verdana, Arial, sans-serif }
p {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
pre { font-weight: normal; font-size: 6pt }
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	border: thin none;

}

table.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	background-repeat: no-repeat;
	border-right: 1px solid #FEE791;
	border-left: 1px solid #FEE791;
}

.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.smallred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
}
.orangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #FF9900;
}
.orangesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9900;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.redversmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}
.orangeversmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
.blackversmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.brownsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A23119;
}
.brownhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A23119;
}
.brownsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A23119;
}
.dottedbottom {
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}



