BODY {
	margin-top : 25px;
	margin-left : 25px;
	margin-right : 15px;
	margin-bottom : 15px;
	color : Black;
	background-color : White;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.literallayout { white-space : pre; }

H2 { font-size : 16pt; }
H3 { font-size : 13pt; }

HR {width: 90%; height: 1px; color: Black; }

OL { list-style-type: upper-roman }
OL.i { list-style-type: lower-roman }
OL.a { list-style-type: lower-alpha }
OL.A { list-style-type: upper-alpha }

SUP { font-size : .7em; }

.underline { text-decoration: underline; }


.loose {line-height : 1.3em }
.looser {line-height : 1.5em }
.med_small { font-size : .9em }
.small { font-size : .8em }
.center { text-align : center }
.left { text-align : left }
.right { text-align : right }

.note_label {font-size : .9em; font-style : italic;}

.grey { color: #666666; }
.grey A:link { color: #666666; }
.grey A:visited {color: #666666; }
.grey A:active {color: #666666; }

TD.grey A:link { color: #666666; }
TD.grey A:visited {color: #666666; }
TD.grey A:active {color: #666666; }
	
TD.whiteonred
{
	color: #FFFFFF;
	background: #990000;
}
TD.whiteonred A:link {color: #FFFFFF;}
TD.whiteonred A:visited {color: #FFFFFF; }
TD.whiteonred A:active {color: #FFFFFF; }

TD.redonwhite
{
	color: #990000;
	background: #FFFFFF;
}
TD.redonwhite A:link {color: #990000;}
TD.redonwhite A:visited {color: #990000; }
TD.redonwhite A:active {color: #990000; }
