
/* <------------------------------ CLASS SELECTORS ------------------------------> */

html.home {background-color: #233B3A;}

body.home {background-color: #233B3A;}

a:link { 
	color: #900000;
	text-decoration: underline;
}

a:visited {
	color: #900000;
	text-decoration: underline;
}		
a:hover {
	color: white;
	text-decoration: underline;
}

table.singleImage {
	margin-top: -30px;
}				
				/* TD CLASSES */
td.caption {
	font-size: 15px;
	font-style: italic;
	color: #900000;
	text-align: center;
	font-weight: 900;
	font-family: "Times New Roman", serif;
}
			td.caption2 {
	font-size: 15px;
	font-style: italic;
	color: #900000;
	text-align: center;
	font-weight: 900;
	font-family: "Times New Roman", serif;
}			
td.genericBg {
	background-image: url(graphics/bodyLayer.jpg)
}
	
				/* DIV CLASSES */

div.bottomAddress {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	color: #AC1A05;
}

div.bottomMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 47%;
	text-align: center;
	line-height: 13px;
	color: #900000;
} 
				
div.contact {
	color: white;
	font-size: 13px;
	font-family: "Times New Roman", serif;
}
				
div.blackcopyright {
	color: #B21701;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
}
			
div.redcopyright {
	color: #900000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	text-align: center;
}

div.dimensions {
	font-family: "Times New Roman", serif;
	font-size: 12px;
	
}
		
	} 
}
p.contact {
	color: white;
	font-size: 16px;
	font-family: "Times New Roman", serif;
}

				/* SPAN CLASSES */
				
span.contact {
	font-size: 135%;
	font-style: italic;
	color: white;
	font-family: "Times New Roman", serif;
}
				
span.mainFirstWord {
	color: #B21701;
	font-size: 150%;
	font-weight: 900;
	font-style: italic;
	font-family: "Times New Roman", serif;
}

span.mainFirstWordOther {
	color: #B21701;
	font-size: 125%;
	font-weight: 900;
	font-style: italic;
	font-family: "Times New Roman", serif;
	text-align: left;
}

span.mainFirstParagraph {
	color: white;
	font-family: "Times New Roman", serif;
} 


/* <------------------------------ NON-CLASS SELECTORS ------------------------------> */
