@charset "utf-8";
/* CSS Document */


body {
	background-color: #4D729F;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

h1		{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 36pt;
	color: #CC0000;
	}
	
h2		{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 24pt;
	color: #CC0000;
	}
	
h3		{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	}


.red	 {
	color: #CC0000;
	}


.copyright {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	color: #666666;
	}


.bottomlinks {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 5px;
	text-align: center;
	color: #666666;
}

.address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px;
	text-align: center;
	color: #666666;
}





p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
