.justindent {
	text-align : justify;
	text-indent : 1cm;
	margin-top : 6pt;
}

DIV.narrow {
	margin-left : 10%;
	margin-right : 10%;
}

.boldred {
	font-weight : bold;
	color : Red;
}
P.smallred {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}
P.smallgreen {
	color : green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}.justified {
	text-align : justify;
}
TD.justified {
	text-align : justify;
}
.largewhite {
	color : White;
	font-size : 14pt;
}
.largeblack {
	color : Black;
	font-size : 14pt;
}
UL.narrowmargin {
	margin-left : auto;
	list-style-position : inside;
}
TH {
	background-color : #FFEBCD;
	border-top-style : solid;
	border : thin black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : small;
	text-align : center;
}
BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Black;
}
H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

HR.short {
	color : Blue;
	height : 3px;
	width : 20%;
	text-align : center;
}

.right {
	text-align : right;
}



H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	font-weight : bold;
}

.red {
	color : Red;
}

.blue {
	color : Blue;
}

.navy {
	color : Navy;
}

.maroon {
	color : Maroon;
}

.teal {
	color : Teal;
}

.green {
	color : Green;
}

.white {
	color : White;
}

.small {
	font-size : x-small;
}

.extrasmall {
	font-size : xx-small;
}

TD {
	font-size : x-small;
}
TD.white {
	color : White;
}
TD.extrasmall {
	font-size : x-small;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}
A:VISITED {
	text-decoration : none;
}
.itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.itemHover { text-decoration: none; color: #FFFF99; font: 12px Arial, Helvetica }
.itemBorder { border: 1px solid white; }

.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.crazyHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica }
.crazyBorder { border: 1px outset #9999CC }
