body {
	background-color: #ffff99;
	tab-interval: .5in
}

ol, ul {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0;
}

iframe {
	margin-top: 0; 
	margin-bottom: 0;
}

table {
	margin-top: 0; 
	margin-bottom: 0;
}

h2 {	
	margin-top: 4; 
	margin-bottom: 3;
	text-align: center;
	font-family: arial;
	font-style: italic
}

p {
	margin-top: 6;
	margin-bottom: 5;
	text-align: justify;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold
}

.c {
	text-align: center
}

.notopspace {
	margin-top: 0; 
}

.nobottomspace {
	margin-bottom: 0; 
}

.nospace {
	margin-top: 0; 
	margin-bottom: 0; 
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3; 
	margin-bottom: 0;
	text-align: left;
	font-family: arial;
	font-size: 13pt;
	text-decoration: underline;
}

h3 {
	text-transform: uppercase;
	color: #C0C0C0;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
	font-family: arial;
	font-size: 14pt;
}

.title {
	text-transform: uppercase;
	color: black;
	margin-top: 3; 
	margin-bottom: 3;
	text-align: center;
	font-family: arial;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
}

sup {
	font-size: 10pt;
}

a:link {color: blue}
a:visited {color: blue}
a:hover {color: blue}
a:active {color: blue}

.large { font-size: 14pt;}

@media print {
    .noprint { display: none; }
}

@media screen {
    .noscreen { display: none; }
}

.tdHighlight {background-color: gray; cursor:hand}
.tdNormal {background-color: "#673300"}
.tdHeader {background-color: "#7777ff"; color: "black"}