<!--
h1 {
	font-size: 20;
	font-family: Georgia,Times New Roman,Times,serif; 
	color: #1B3583;
	font-style: normal;
	font-weight: normal;
}

h2, h3, h4 {
	font-size: 16;
	font-family: Georgia,Times New Roman,Times,serif; 
	color: #840059; 
	font-style: normal;
	font-weight: normal;
}


td {
	font-size: 12;
	font-family: arial, helvetica, verdana; 
	color: #000000;
}

p {
	font-size: 12;
	font-family: arial, helvetica, verdana; 
	color: #000000;
}

.brownbar {
	font-size: 12;
	font-family: arial, helvetica, verdana; 
	color: #ffffff;
	padding-left: 45px;
}

ul {
	font-size: 12;
	font-family: arial, helvetica, verdana; 
	color: #000000;
}

A:link {
	color: #1B3583;
} 

A:visited {
	color: #1B3583;
}

A:hover {
	color:#840059;
	text-decoration:none;
}

.brownbar A:link {
	color: #ffffff;
	text-decoration:none;
} 

.brownbar A:visited {
	color: #ffffff;
	text-decoration:none;
}

.brownbar A:hover {
	color: #B8BDCB;
	text-decoration:none;
}


li {
	list-style: square;
}

-->