body { 
background-color: #FFFFFF;
background-image: 
url('bkgrnd.png');
background-repeat: repeat-y; 
background-position: 
 center center;
 }

body, td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
}

a
{
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

.Bold
{
	font-weight: bold;
}


.NormalText
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	color: #000000;
}


.PageHeader
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

.PageHeaderBlack
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #000000;
}

.SubHeading
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #cc0000;
}

.SubHeadingBlack
{
	font-weight: bold;
	font-size: small;  /* font-size: 14px */
	color: #000000;
}


.LargeText
{
	font-weight: bold;
	font-size: Large;
	color: #CC0000;
}


.LargeTextBlack
{
	font-weight: bold;
	font-size: Large;
	color: #000000;
}


.Title
{
	font-weight: bold;
	font-size: medium;  /* font-size: 18px */
	color: #cc0000;
}

h1 { font-family: arial; font-size: 32px; color: #BD5208; }
h2 { font-family: arial; font-size: 24px; color: #BD5208; }

h3 {color: red; font:normal medium arial;}
h4 {color: black; font:normal small arial;}

mk { font-family: Garamond, "Times New Roman", serif; font-size: 200%; }

mk1 {color: #000000;
	font-size: 12pt;
	font-family; Arial, Verdana
	font-weight: bold
}



#button {
	width: 8em;
	border-right: 1px solid #000;
	padding: 0 0 0em 0;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	
	color: #333;
	}
 

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		margin: 0;
		}


	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 5px solid #008000;
		border-right: 5px solid #B82324;
		background-color: #FFCC00;
		color: #000000;  
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 5px solid #B82324;
		border-right: 5px solid #008000;
		background-color: #000000;
		color: #fff;
		}

 
 