 table.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.menu a { 
   width:100%;  
   display:block; 
   text-decoration: none; 
   color:#000000; 
} 
.menu a:hover { 
   text-decoration: none; 
   color: #663300; 
}
p.siteHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	/*line-height: 24px;*/
	font-weight: bolder;
	color: #663300;
}
p.mainHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	/*line-height: 24px;*/
	font-weight: bolder;
	color: #663300;
}
p.subHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	/*line-height: 24px;*/
	font-weight: bolder;
	color: #663300;
}
p.normalText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
ul.normalText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
}
li.answer {
	list-style-type: disc;
}
li.question {
	list-style-type: circle;
}
.normalText a {
	color: #993300;
	text-decoration: none;
}
.normalText a:hover {
	color: #CC9933;
	text-decoration: underline;
}
p.captionText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #663300;
}
#emphasis {
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
}

