	body {
		background-color: #dadada;
	}
	
	A {
		color:#43677c;
	}
	A.menu:link {
		color:#000000;
		text-decoration : none;
	}

	A.menu:visited {
		color:#000000;
		text-decoration:none
	}

	A.menu:hover {
		color:#000000;
		text-decoration:underline
	}
	
	H1 {
		color:#43677c;
		font-size: 24pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		font-style : italic;
		text-align : center;
	}

	p {
		font-size: 11pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 17px;
		letter-spacing: 1px;
		padding: 5px 0;
	}

	table.whitebrdr {
		background-color: white;
		font-size: 11pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 17px;
		letter-spacing: 1px;
	}
	
	td.whitebrdr {
		background-color: #dadada;
	}
	
	.masthead {
		background-color: #43677c;
		vertical-align : text-bottom;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24pt;
		color:white;
		
	}

	.menutext {
		font-size: 11pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 17px;
		letter-spacing: 1px;
		padding: 5px 0;
		text-align: center;

	}
	
	.smalltext {
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 5px 0;
	}
	
	.footertext { 
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 17px;
		text-align: center;
		letter-spacing: 1px;
		padding: 5px 0; 
	}
