BODY, TR, TD, P {

	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;

}

.BodyTitle {

	font-weight: bold;
	font-size: 18px;
	
	color: #1c3589;
	
	padding-bottom: 5px;

}

.BodyCopy {

	padding-right: 10px;
	

}

/* FAQ STUFF */

.Question {

	font-weight: bold;

}

.Answer {

	padding-left: 20px;
	

}

/* MYTH STUFF */

.Myth, .Fact {

	padding-bottom: 10px;
	font-size: 12px;

}

/* MENU STUFF */

.menuTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: grey;
	border-bottom: 1px solid silver;
	

}

.menuFooter {

	border-top: 1px solid silver;

}

.menu, .menuSpecial {
	
	padding: 8px;
	
	color: #1c3589;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	background-color: #e9e9f4;

}

.menuSpecial {
	background-color: #FF9933;
}


.menu a:link, a:hover, a:visited, a:active {

	color: #61629d;
		
}

.menu a:hover {

	color: #1c3589;
	text-decoration: none;

}

#lastMenuItem {

	padding-bottom: 10px;
	
}

#credit {
	width: 700px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 20px;
}

#credit a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}