.yellow {
background-color:#ffbe59;
}

.yellowBorder {
border-color:#ffbe59;
border-width:3px;
border-style:solid;
}

.purpleBorder {
border-color:#62497d;
border-width:3px;
border-style:solid;
}

.redBorder {
border-color:#8c383e;
border-width:3px;
border-style:solid;
}

.blueBorder {
border-color:#003394;
border-width:3px;
border-style:solid;
}

.ltblueBorder {
border-color:#0083c5;
border-width:3px;
border-style:solid;
}

body {
margin-top: 0px;
margin-left: 0px;
}

td {
font-family:verdana,arial;
font-size:11px;
}

.header1 {
font-size:13px;
font-weight:bold;
font-style:italic;
color:#003394;
}

a {
	color: #21268D;
	text-decoration:underline;
}	

a:link { 
	color: #21268D;
	text-decoration:underline;
} 

a:visited { 
	color: #21268D; 
	text-decoration:underline;
}

a:hover {
	color: #ffbe59; 
	text-decoration:underline;
}

