BODY {
	background-color : #FFFFCC;
}

H1 {
	font: bold 16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
}

H2 {
	font: bold 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
}

P {
	font: 11pt Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color : #000066; 
}

P.smaller {
	font: 8pt Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color : #000066; 
}

P.indent {
	text-indent : 25px;
}

P.bold {
	font-weight : bold;
	font-size : 14px;
}

P.italic {
	font-weight : bold;
	font-style : italic;
}

LI {
	font: 9pt Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color : #003300; 
}

OL {
	font: 9pt Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color : #003300; 
}

TABLE {
	width : 95%;
}

TABLE.NARROW {
	width : 400px;
}

TABLE.BLOCK {
	background-color : #FFFFCC;
	border : medium groove #0000CC;
	margin-left : 50px;
	padding : 25px;
	width : 400px;
}

TABLE.BLOCK-WIDE {
	background-color : #FFFFCC;
	border : medium groove #0000CC;
	margin-left : 50px;
	padding : 25px;
	width : 500px;
}

TR {
	vertical-align : top;
}

TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FF6633;
	font-size : x-large;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : x-small;
}

TD.SMALLER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : xx-small;
}

TD.BLUE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Blue;
	font-size : medium;
}

TD.ORANGE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FF6633;
	font-size : medium;
	width : 400px;
}

TD.RED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-size : medium;
	width : 400px;
}

TD.LARGE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #330099;
	font-size : large;
}

TD.LARGER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FF6633;
	font-size : large;
}

A {
	text-decoration : underline;
}
A:ACTIVE {
	color : Red;
}
A:LINK {
	color : Blue;
}
A:VISITED {
	color : #000099;
}
A:HOVER {
	color : #FF6633;
	font : bold;
}

