/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	background-color: #2C4148;
	color: Black;

	font-family: Arial, Helvetica, sans-serif;
	background-image: url(artwork07/backgroundPAGE.jpg);
	background-repeat: repeat-x;
	}

/* Style for all table cells. */
td {
	font-size: 14px;
}





/* Header */
h1 {
	font-size: 9px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #CC9933;
}

a:link {
	text-decoration: none;
	color: #006699;
}


#menu a, #menu a:visited {
  text-align: center; 
  text-decoration:none; 
  color:#FFFFE0; 
  display: inline; 
    font-size: 11px;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    }

#menu a:hover {
  color: #EEE8AA;
  background-image: url(images/button_dn.gif);
}

