/* when adding the proper doctype statement, this property is necessary to prevent a small white space under images in a table cell */
img {display:block;}


BODY {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 13.5px;
	background: #701b03;
	color: #6D5D44;
}

TD {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 13.5px;
	font-color: #6D5D44;
	color: #6D5D44;
	line-height: 17px;
}

.extrasmalltext {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 10px;
	font-color: #6D5D44;
	line-height: 15px;
}

TD.extrasmalltext {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 10px;
}

.mediumtext {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	
}
.largetext {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 25px;
}

.extralargetext {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 27px;
	font-weight: bolder;
	line-height: 30px;
}

A {
 color: #142D50;
 text-decoration: none;
 font-weight: bold;
}

A:hover {
 color: #7B270C;
 text-decoration : none;
} 
 
.emphasis {
 color: #CC0000;
 text-decoration : none;
 font-weight: bold;
 font-size: 12px;
} 

.emphasislarge {
 color: #CC0000;
 text-decoration : none;
 font-weight: bold;
 font-size: 16px;
}

A.speciallink {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 16px;
	A.hover: white;
	font-weight: 1200;
}