.menu { 
		background-color: #E1E1E1; 
		color: black;
		height: auto;
		font-size : 10px;
		font-family: "Tahoma";
		line-height: 14px;
	}

.menudark { 
		background-color: #919191; 
		color: black;
		height: auto;
		font-size : 10px;
		font-family: "Tahoma";
		line-height: 14px;
		font-weight: bold;
	}
	
.bodytext	{
		font-family: "Arial";
		font-size: 10pt;
		font-weight: light;
		line-height: 105%;
		color: black;
		}

A	{
		text-decoration: none;
		color: blue;
		}

A:link	{
		text-decoration: none;
		color: blue;
		}

A:visited {
		text-decoration: none;
		color: blue;
		}

A:hover	{
		text-decoration: none;
		color: #717171;
		}

.heading	{
		font-family: "Arial";
		font-size: 16pt;
		line-height: 90%;
		color: red;
		}
		
.divide	{
		font-family: "Arial";
		font-size: 12pt;
		line-height: 140%;
		color: white;
		background: black;
		}

.formlabel	{
		font-family: "Arial";
		font-size: 11pt;
		line-height: 100%;
		color: black;
		background: #E1E1E1;
		}

.aboutheading	{
		font-family: "Arial";
		font-size: 8pt;
		font-weight: bold;
		line-height: 110%;
		color: black;
		}

.abouttext	{
		font-family: "Arial";
		font-size: 10pt;
		line-height: 100%;
		color: black;
		}



