﻿BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 0px 20px;
background-color: #0561A5;
color:#000000;
}

Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

LI {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

TD {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

P {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #C4D1EC;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
	margin: 0px 10px 0px 0px;
	float: left;
	border: 0;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border="0"
}

/* this group sets the normal link colors */

a{ color:#000099; text-decoration:underline; font-weight:normal;}
a:active{ color:black; font-weight:normal; text-decoration:none;}
a:visited{ color:#333366; font-weight:normal; text-decoration:none;}
a:hover{ color:#000000; text-decoration: underline; font-weight:normal;}

.bluebox {
	background-color: #D4ECFB;
	color: #000000;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border: 2px #023A67 dashed;
}
