.normalText {
	font-family: Verdana;
	font-size: 12;
	color: #000000;
}

.normalTextBold {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12;
	color: #000000;
}

.textHighlight {
	font-family: Verdana;
	font-size: 16;
	color: #990000;
	text-align: center;
}

.textHighlightBold {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16;
	color: #990000;
	text-align: center;
}

.headerText {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}

.fieldset {
	border-style: solid; 
/*	border-width: 1px #FF0000;*/
}

.legend {
	font-family: Verdana;
	font-size: 16;
	font-weight: bold;
	text-align: center;
	color: #B48A04;
}

.mainTitle {
	font-family: Verdana;
	font-size: 18;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #ffffcc;

}

.subTitle {
	font-family: Verdana;
	font-size: 18;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.storeTitle {
	font-family: Verdana;
	font-size: 18;
	font-weight: bold;
	text-align: center;
	color: #000000;

}

.smallText {
	font-family: Verdana;
	font-size: 10;
	color: #000000;
}

.footerSmallText {
	font-family: Verdana;
	font-size: 10;
	color: #FFFFFF;
}	

.menuItem {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	color: #B48A04;
	text-decoration: none;	
}

/* color of header & footer strips */
.rowBackground {
	background-color: #CCCCCC;
}

.table {
	border: 3px double #B48A04; 
	cellpadding: 3 solid #294A7B; 
	cellspacing: 0;
	color: #000000;
	background-color: #ffffcc;
	font-family: Verdana;
	font-size: 12
}

.fieldsetTable {
	border: 0px;
	cellpadding: 0;
	cellspacing: 0;
	width: 95%;
	border-collapse: collapse;
}

.tableOddRow {
	background-color: #FFFFFF;
	font-size: 12;
	color: #000000;
}
