table.display {
   background-color:	#000000;
   width: 				500px;
   }
table.largedisplay {
   background-color:	#000000;
   width: 				800px;
   }

td {
	font-family:		Times,
                  	"Times New Roman",
                  	serif;	
   }

td.contentheader { background-image: url("images/content-header.jpg"); font-size:	100%; font-weight: bold; font-variant: small-caps; color: #CCCCFF;
 text-align: center; width: 500px;}	
td.largecontentheader { background-image: url("images/content-header.jpg"); font-size:	100%; font-weight: bold; font-variant: small-caps; color: #CCCCFF;
 text-align: center; width: 800px;}	

	
td.contentsubheader {
	background-image: url("images/subheader.jpg");
   font-size:	 		80%;
   font-weight:		bold;
	color: 				#FFFFFF;
	}
	
td.contentnormal {
	background-color: #000000;
   font-size:	 		80%;
   font-weight:		normal;
	color: 				#FFFFFF;
	}
	
td.contentnormalalt {
	background-color: #101010;
   font-size:	 		80%;
   font-weight:		normal;
	color: 				#FFFFFF;
	}

input.button {
   color:            #FFFFFF;
   font-weight:      bold;
   background-color: #7777FF;
   border:           1px solid;
   border-color:     #FFFFFF;
}
a.contentlink {
   font-weight:		normal;
	color: 				#8080FF;
	text-decoration:	none;
	}
div.currentphotoholder {
    overflow:         visible;
    height:            100%;
}
