/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
}

/* Style for all table cells. */
td {
	font-size: 12px;
}




/* Header */

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #996600;
}

a:visited {
	text-decoration: none;
	color: #666600;
}


a:hover {
	text-decoration: none;
	color: #663366;
}

a:link {
	text-decoration: none;
	color: #666600;
}


.indent { padding-left: 40px; }

table { background-image: url(images/field.jpg); }

table.footer {
	background-image: url(images/footer.jpg);
}
table.plain{
	background-color: White;
	background-image: none;
}
table.header {
	background-image: url(images/header.jpg);
}

#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#666600; 
  display: block; 
  width:12em; 
  padding: .30em 18px;
    font-size: 12px;
    line-height: normal;
    background-image: url(images/button_up.gif);
    }

.singlespace { line-height: 6px;   }

#menu a:hover {
  color: #66334D;
  background-image: url(images/button_dn.gif);
}
