﻿H1 {  	text-decoration: underline;
       color: #8AAACB;
       font-family: "Arial, Helvetica, sans-serif";
       font-size: 12pt;
       font-weight: medium;
		margin-top:5px;
		margin-bottom:5px;}
		
H2 {  	color: #066A9A;
       font-family: "Arial, Helvetica, sans-serif";
       font-size: 10pt;
       font-weight: bold;
		margin-top:5px;
		margin-bottom:0px;}

P {
	text-decoration: none;
	align: right;
	color: #FF6666;
	font-family: "Arial";
	font-size: 10pt;
	line-spacing: 3em margin-bottom:5px;
}

body { text-decoration: none;
       color: black;
       font-family: "Arial, sans-serif";
       font-size: 10pt;
       //font-weight: medium;

		scrollbar-face-color:#017F8D;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #8BAACC;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: black;
		scrollbar-track-color: #74BFC7;
		scrollbar-arrow-color: #000000;}

FORM {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000080;
		background: #C5D9EB;
		border: 2px solid #8AAACB;
		padding: 5px;
		//width: 400px;
		margin-bottom: 0px;
		margin-top: 2px;}

li {	list-style-type: square;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;}

div.hr (	height: 1px;
		border: 1 px;
		color: #8AAACB;
		width: 95%;}

div.hr hr { height: 1px;
		border: 0px none px;
		color: #8AAACB;
		width: 95%}

A:link{color:#8AAACB;text-decoration:underline}
A:visited{color:black;text-decoration:underline}
A:hover{background:#74BFC7;color:black;text-decoration:none}
A:active{color:black;text-decoration:none}