BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

A.NavLink {
	color: #00008D;
	text-decoration: underline;
	text-transform: lowercase;
	font-family: Arial, Verdana, "MS Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #00008D;
	background-color: #fab15a;
	width: 140px;
	padding: 5px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

A.NavLink:HOVER {
	font-weight: normal;
	background-color: #DFE1FF;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.ResTable {
	border: 1px solid black;
	background-color: #D4D7FF;
}

.gbName {
  font-size: 10pt;
  font-face: arial;
  font-weight: bold;
  color: #000066;
}

.gbNameLink {
  font-size: 10pt;
  font-face: arial;
  font-weight: bold;
  color: #000066;
}

.gbDate {
  font-size: 8pt;
  font-face: arial;
  font-weight: normal;
  color: green;
}

.gbLocation {
	font-size: 8pt;
	font-face: arial;
	font-weight: normal;
	color: Maroon;
}
P.gbComments {
	font-size: 9pt;
	font-face: arial;
	font-weight: normal;
	color: Black;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 5;
}

HR {
   color: #000066;
	height : 1px;
}

.faq_q {
	color: black;
	font-weight: bold;
	font-size: 20px;
	font-family: serif;
}

.faq_question {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}
	
.faq_a {
	color: maroon;
	font-weight: bold;
	font-size: 20px;
	font-family: serif;
}

.faq_answer {
	color: maroon;
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;
}
