/*	27 Jan 2006
*/

a            { color: blue; text-decoration: none }
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: blue; text-decoration: none }
a:hover      { color: red; text-decoration: none }
a.menu:link, a.menu:visited, a.menu:active
             { color: white; font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 8pt; text-decoration: none }
a.menu:hover { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 8pt; text-decoration: none; background-color: white }

body         { color: #00008B; background-color: white;
               margin-left: 0; margin-top: 0;
				scrollbar-base-color : #003366;
				scrollbar-arrow-color : #ffffff;
			 }
               
h1           { color: yellow; background-color: #36639A; text-align: center }
h2           { color: #36639A; background-color: #A5BDD7 }
h3, h4, h5, h6, hr
             { color: darkblue; text-decoration: underline }

h1, h2, h3
             { font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
               font-weight: normal; font-style: normal }

h4, h6
             { font-family: verdana, arial, helvetica, sans-serif;
               font-weight: normal; font-style: normal }
h5
             { font-family: verdana, arial, helvetica, sans-serif;
               font-weight: bold; font-style: bold }

h1           { font-size: 20pt }
h2           { font-size: 18pt }
h3           { font-size: 16pt }
h4           { font-size: 12pt }
h5			{ font-size: 10pt }
h6			{ font-size: 10pt }

body, table, tr, th, td, li, p
				{ font-size: 14px; color: darkblue; font-style: normal;
               font-family: verdana, "Trebuchet MS", arial, geneva, helvetica, sans-serif }

.justify	{ text-align: justify }
