/* CSS Document */



h1    { font-family: Georgia; font-size: 14px; color: black; font-weight:normal; }
h2    { font-family: Georgia; font-size: 14px; color: rgb(197,48,27); font-weight:bold; }
h3   { font-family: Georgia; font-size: 12px; color: black; font-weight:bold; }
h4   { font-family: Georgia; font-size: 12px; color: black; font-weight:normal; }

td  { font-family: Georgia; font-size: 14px; color: black; font-weight:normal; }


a:link {
	color: black;
	text-decoration: underline;
	font-family: Georgia; 
	font-size: 14px;
}
a:visited {
	text-decoration: underline;
	color: black;
	font-family: Georgia; 
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: black;
	font-family: Georgia; 
	font-size: 14px;
}

body {background-color: white;}
