



body {
	background-color: #000000;
	text-align: center;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #CCCCCC;
	text-align: left;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	color: #CCCCCC;
	text-align: left;
}
.tiny1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	color: #CCCCCC;
}

.td1border {
	border: 1px solid #CCCCCC;
}
.td2border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* ---------------------------- Links -------------------------- */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 125%;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 125%;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 125%;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 125%;
}

/* ---------------------------- Navigation Rollover -------------------------- */ 

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}	
div#container2 {
	margin-left: auto;
	margin-right: auto;
	width: 156px;
	text-align: left;
}	
#painters2 {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#painters2 li {
  width:98px; 
  height:26px; 
  float:left;
  border:1px solid #0000FF;
  margin-right:4px;
  }
#painters2 a em {
  font-style:normal; 
  font-size:1.2em; 
  line-height:1.3em;
  }
#painters2 a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:98px; 
  height:26px; 
  display:block;
  text-align:center;
  }
#painters2 a.dead {
	color: #333333;
	background-image: url(images/hatch_dark_small.png);
}  
#painters2 a.current {
	color:#FFF;
	background-image: url(images/hatch_light_small.png); 
}  
#painters2 a.link {
	color:#000;
	background-image: url(images/hatch_light_small.png); 
}
#painters2 a:hover {
  width:156px; 
  height:36px;
  z-index:200;
  background:transparent url(images/opaque.png);
  }
#painters2 a:hover em {
  font-size:1.8em;
  line-height:1.3em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #0000FF;
  position:absolute; 
  width:156px; 
  height:36px;
  left:-12px; 
  top:-10px;
  }
#painters2 a:hover.link em {
	background-image: url(images/hatch_light_large.png);
}
#painters2 a:hover.current em {
	background-image: url(images/hatch_light_large.png);
}
#painters2 a:hover.dead em {
	background-image: url(images/hatch_dark_large.png);
}