.menu	{
	font-family : Arial, Helvetica;
    background-color: #000000;
	font-size: 14px; font-weight: bold;
	}

.menu A	{
	color: #ffffff;
	text-decoration: none;
	}

.menu A:visited	{
	color: #ffffff;
	}

.menu A:hover	{
	color: #ff0000;
	text-decoration: underline;
	}

h2  {
	font-family : Arial, Helvetica;
	/*text-indent: 40px;*/
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 21px;
	}
	
h3  {
	font-family : Times, Serif;
	/*text-indent: 40px;*/
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 18px;
	}
	
h4  {
	font-family : Times, Serif;
	font-style: italic;
	/*text-indent: 40px;*/
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 16px;
	}
	
.parahead	{
	font-family : Times, Serif;
	/*text-indent: 40px;*/
	text-align: center;
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 18px;
	}

.para	{
	background-color: #FFFFFF;
	font-family : Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	}

.parastrong	{
	font-family : Arial, Helvetica;
	background-color: #FFFFFF;
	font-size: 14px;
	}

.foot	{
	font-family : Arial, Helvetica;
	background-color: #000000;
	font-size: 10px; font-weight: bold;
	}

.foot A	{
	color: #ffffff;
	text-decoration: none;
	}

.foot A:visited	{
	color: #ffffff;
	}

.foot A:hover	{
	color: #ff0000;
	text-decoration: underline;
	}

