@media screen {
	.headingtextblack
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		}
	.subheadingtextblack
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		}
	.contenttextblack
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		}
	.contenttextblacksmall
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 8px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		}
	A	
		{
		color:#000000;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	A:HOVER
		{
		color:#841818;
		font-size:12px;
		font-weight: bold;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		}
	A:LINK
		{
		color:#000000;
		font-size:12px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-decoration: none;
		}
	.textbox
		{
		background-color:#FFFFFF;
		color:#000000;
		border: solid 1px #000000;
		}
	.button
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		background-color:#cccccc;
		color:#000000;
		border: solid 1px #000000;
		}
	.buttondown
		{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		background-color:#009966;
		color:#000000;
		border: solid 1px #000000;
		}
}


