body { 
background-color: #FFFFFF;
background-image: 
url('bkgrnd1.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 */
}

a.footer_nounderline {text-decoration: none;}

a.footer:link
{
	text-decoration: none; font-weight: normal; color: #800000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:link
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* Button text link color - For Firefox... mark as important, otherwise it becomes black */
}

a.footer:visited
{
	text-decoration: none; font-weight: normal; color: #800000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:visited
{
	text-decoration: none; font-weight: bold; color: #000000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:hover
{
	text-decoration: none; font-weight: normal; color: #800000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}


a.navmenu:hover
{
	text-decoration: none; font-weight: bold; color: #fff0dc !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.footer:active
{
	text-decoration: none; font-weight: normal; color: #800000 !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

a.navmenu:active
{
	text-decoration: none; font-weight: bold; color: #000000 !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;
}

hr.f {border: none 0; 
	border-top: 4px double #800000 solid;
	width: 96%;
	height: 3px;
	  /* margin: 2px auto 0 0; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

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: 7em;
	border-right: 1px solid #000000;
	padding: 0 0 0em 0;
	margin-bottom: 0em;
	font-family: Arial;
	font-size: 11pt;
	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: 8px 3px 8px 0.5em;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background-color: #E8E8E8;  /* Button background color */
		color: #000000;  
		text-decoration: none;
		width: 100%;
		}

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

	#button li a:hover {
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background-color: #800000;
		/* color: #ffffff; */
		}

 
 
