﻿/* CSS Stylesheet */

BODY
{
	font-size: 12pt;
	color: #000000;
	font-family: 'Bookman Old Style' , Tahoma, Serif;
	background-color: #f5f0e6;
	text-align: justify;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
	text-indent: 10pt;
	padding-top: 14px;
	border-right: black 10px;
	border-top: black 10px;
	border-left: black 10px;
	border-bottom: black 10px;
}

IMG
{
	float: right;
}


/* H1 is the top title line on pages */
H1
{
	font-weight: bold;
	font-size: 14pt;
	margin:  8px 0px 6px;
	text-transform: uppercase;
	color: black;
	font-family: Georgia, Serif;
	letter-spacing: 2pt;
	text-align: center;
}	
		
H2
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	color: black;
	font-family: Georgia, Serif;
	letter-spacing: 1pt;
	text-align: left;
	text-indent: 4pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 14px;
}	
		
H3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11pt;
	color: maroon;
	font-family: Georgia, Serif;
	text-align: center;
}
H4 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px;
	color: maroon;
	font-family: Georgia, Serif;
	text-align: left;
}

P {
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 8px;
	text-indent: 20px;
}

ADDRESS
{
	font-size: 10pt;
	font-style: italic;
	font-family: Tahoma, Serif;
	margin-bottom: 10px;

}

BLOCKQUOTE
{
	font-size: 10pt;
	font-family: 'Courier New';
	text-indent: 20px;
	margin-top: 0px;
	margin-bottom: 4px;
}

UL, OL {
	margin-top: 2px;
	font-size: 11pt;
	margin-bottom: 14px;
}
LI LI{
	font-size: 10pt;
	margin-top: 2px;
}
TABLE {
	border: solid 3px whitesmoke;
	width: 100%;
	border-collapse: collapse;
}


/* TH is the header in first row of tables, if manually put in */
TH {
	font-weight:  bold ;
	font-size: 9pt;
	color: maroon;
	font-family: Verdana, Tahoma, Sans-Serif;
	background-color: darkgray;
	text-align: center;
}

TD
{
	border: 1px solid;
	font-size: 8pt;
	margin: 1px 2px 2px 3px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	border-collapse: collapse;
	background-color: transparent;
}

TABLE.Invisible {
	border: none;
	background-color: transparent;
	border-collapse: collapse;
}

TD.Invisible {	
	border: none;
	background-color: transparent;
}

.narrow {
	font-family: Arial Narrow;
}

A {
	color: #3300ff;
	text-decoration: none;
}

A:hover {
	color: #000099;
	text-decoration: underline;
}

DT
{
	font-size: 10pt;
	padding-bottom: 6px;
	font-family: 'Courier New';
}
