/* The old background color
bgcolor="#78AEFF" vlink="#0000FF" topmargin="0" leftmargin="0"
*/

body {
	background-color: #78AEFF;
	tab-interval: .5in
}

table {
	margin-top: 0; 
	margin-bottom: 0;
}

td {padding-bottom: 0cm}
.squeeze{padding-top: 0cm}

/* Heading on every page*/
h1 {
	text-transform: uppercase;
	margin-top: 1; 
	margin-bottom: 0;
	text-align: center;
	font-family: arial;
	font-size: 22pt;
	font-style: italic;
}

/*Sub heading*/
h2 {	
	margin-top: 2; 
	margin-bottom: 0;
	text-align: left;
	font-family: arial;
	font-size: 14pt;
}

/* Sub-sub heading */
h3 {	
	text-transform: uppercase;
	margin-top: 2; 
	margin-bottom: 2;
	text-align: center;
	font-family: arial;
	font-size: 14pt;
}

h6 {	
	margin-top: 2; 
	margin-bottom: 2;
	text-align: center;
	font-family: arial;
}

p {
	margin-top: 5; 
	margin-bottom: 5;
	text-align: justify;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

.c {
	text-align: center
}
.l {
	text-align: left
}

.large {
	 font-size: 14pt
}

.smbig { font-size: 14pt;
	text-align: right;
}

.sm {text-align: right;}


.cnospace {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
}

.nospace {
	margin-top: 0; 
	margin-bottom: 0;
}

sup {
	font-size: 10pt;
}

ul {
	margin-top: 2; 
	margin-bottom: 2;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

ol {
	margin-top: 0; 
	margin-bottom: 1;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

a:link {color: blue}
a:visited {color: #0000FF}
a:hover {color: blue}
a:active {color: blue}

@media print {
    .noprint { display: none; }
    p.words{ font-size: 11pt; }
}

@media screen {
    .noscreen { display: none; }
}

.tdHighlight {background-color: gray; cursor:hand; padding-bottom: 2}
.tdNormal {background-color: "#000000"; padding-bottom: 2}
.tdHeader {background-color: "#ffffff"; color: "black"; padding-bottom: 2}