body         { font-family: Arial, Tahoma, Verdana; background-color: FFFFFF; margin: 0px; 
               padding: 0px }
TABLE.header {
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
	text-indent : 4px;
}

A
{
	color: Maroon;
	text-decoration: underline;
}

A.select
{
	color: red;
	background-color:yellow;
}

A:visited
{
	color: NAVY;
}

a:hover      { color: #800000; text-decoration: none }
P.message {
	color : #DC143C;
	font-size : 14pt;
}

p.normal     { font-size: .9em }

h1 { font-size: 1.5em; font-weight: bold; line-height: 1.5em;}
                      
h2 { font-size: 1.4em; font-weight: bold; line-height: 1.4em;}
                      
h3 { font-size: 1.2em; font-weight: bold; line-height: 1.3em;} 

h4 { font-size: 1.1em; font-weight: bold;}

h5 { font-size: 1.1em;  font-weight: normal;  }

h6 { font-size: .9em;  font-weight: normal; }

li           { font-size: 1em; list-style-type: circle }

p.footnote   { font-size: 9pt; font-style: italic }

p.disclaimer { font-size: .7em; font-style: italic; margin-top: 0; margin-bottom: 0 }
p.LargerText {font-size: 1.0em;}

strong.result {
	background-color: #C0FF97;
	font: large;
	padding-bottom: 3px;
	padding: 3px 3px 3px 3px;
}
}

