/* CSS Document */

TD.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#990000;
	}

TD.menu A:link, TD.menu A:visited {
	color: #990000;
	text-decoration: none;
	}

TD.menu A:hover {
	color: #fff696;
	text-decoration: none;
	background-color: #990000
	}

TD.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
	}
	
TD.content H1 {
	font-size: 14pt;
	font-weight:bold;
	color:#990000;
	}

TD.content H2 {
	font-size: 12pt;
	font-weight:bold;
	color:#990000;
	}

TD.content A:link, TD.content A:visited {
	color:#990000;
	text-decoration: none;	
	}

TD.content A:hover {
	color:#CC0000;
	text-decoration: underline;
	}

.designedby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#990000;
	}

.designedby A:link, .designedby A:visited {
	color:#CC0000;
	text-decoration: none;	
	}

.designedby A:hover {
	color:#CC0000;
	text-decoration: underline;	
	}
