/*
 * Combined style sheet for the index pages and all pages.
 */



 
 
/* Style for all bodies. */
body {
background-color: #F0EBDC;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}

	
	
/* Style for all table cells. */
table {
	font-size: 14px;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat;
	line-height: 170%;
}


table.white {
	background-image: none;
	background: White;

}



/* Header */
h1 {
	font-size: 9px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #8B4513;
}

a:visited {
	text-decoration: none;
	color: #8B4513;
}

a:hover {
	text-decoration: none;
	color: #CD853F;
}

a:link {
	text-decoration: none;
	color: #A0522D;
}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#8B4513; 
  display: block; 
  width: 16em; 
  padding: .50em 0px 0px 20px;
  background-image: url(images/button_up.gif);
    background-color: transparent;
    font-size: 12px;
    line-height: normal;
    }

.singlespace { line-height: 6px;  color: #FF0033;         }

#menu a:hover {
  color: #CD853F;
  background-image: url(images/button_dn.jpg);
}