﻿a:link       {
	color: #000068;
}
a:visited    { color: #008080 }
a:active     { color: #00CCCC }

body         { font-family: arial,sans-serif; color: #000080; font-size: 10pt}
body         { background-color: #0033CC }

table
{
	table-border-color-light: #FF0000;
	table-border-color-dark: #FF0000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial,sans-serif;
	color: #000068;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h1           {
	font-size: 24pt;
	color: #000080;
}
h2           { font-size: 16pt}
h3           { font-size: 12pt}
h4           {
	font-size: 10pt;
	color: #000068;
	font-family: Arial, Helvetica, sans-serif;
}
h5           {
	font-size: 8pt;
	color: #000080;
}
h6		{ font-size: 8pt; margin-left: 25 }

ul           { font-family: arial,sans-serif;  color: #000080; 
               font-size: 10pt; list-style-type: circle; word-spacing: 0; 
               line-height: normal; margin-top: 0; margin-bottom: 0 }
li           { font-family: arial,sans-serif;  color: #000080; 
               font-size: 10pt; word-spacing: 0; line-height: normal; 
               list-style-image: none;
               list-style-position: outside; list-style-type: disc; list-style: outside;
               
               margin-top: 0; margin-bottom: 0 }
p            { font-family: arial,sans-serif;  color: #000080; 
		font-size: 10pt; word-spacing: 0; line-height: 100%; 
               margin-top: 2; margin-bottom: 2 }
