BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;font-size:14px;color: #000066; margin:14px;
}

h1 {
	font-size: 26px; color: #000066;
	font-style: italic;
	font-family: serif;
}

h2 { clear:left;
	font-size: 20px; color: #666666;
	font-style: italic;
	font-family: serif;
}

h3 {
	font-size: 18px; color: #000066;
	font-style: italic;
	font-family: serif;
}


.bbd {
	text-align: center;padding:3px;color: #eee;font-size: 10px;
}

.border-gray {
	border: 1px solid #eeeeee;
}
.button{
	  border : 1px solid #666666;
	background-color : #000066;
  font-size: 12px;
  color: #FFFFFF;
	padding : 1px;
	font-weight : bold;
}
.faq {
	font-size : 14px;
    color : #007FC2;
	font-family : sans-serif;
	font-style : normal; margin-bottom: 6px;
	border-bottom : dotted #999999;
}

.faqResult {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  margin: 7px;
	color : Black; font-style : normal; 
}

.footer {
	text-align: center;padding:3px;color : #007FC2;
}
.header {
	height:23px; font-size: 14px; color: #000066;padding:3px;
	font-family: tahoma,verdana,arial;
	font-style: normal;
	background-image: url(../images/blue-bar.jpg);
	background-position: bottom;letter-spacing:.10em;
}
.pagetrail {
	color:#000066;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;font-size:12px;
}

.table-blue {
	border: 1px solid #aacbee;color:#07519a;font-size: 14px;
}
	
.table-blue th {
	background-color: #aacbee;font-size: 14px;
}

.white-bold {color:white;  font-weight: bolder; }
	
/* MENU */
#menu {position:relative;width:200px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;font-size:14px;}
	#menu ul {
		margin-left: 0px; display:block;
		margin-bottom: 6px;
		margin-top: 4px;
		padding: 0;
		list-style: none;
		width: 185px;
		}

	#menu ul li {display:block;width: 185px;
		position: relative;
		margin-bottom: 4px;
		}
	
	#menu li ul {display:block;width: 185px;
		margin:0;
		position: absolute;
		left: 162px;
		top: 0;
		display: none;
		border-bottom: 1px solid #eeeeee;
		}
	
	#menu li ul li {display:block;width: 185px;
		margin-bottom:0px;
		border-bottom: 0px;
		}

	#menu ul li a {
		display: block;width: 185px;
		text-decoration: none;
		color: #000;
		background: transparent;
		padding: 5px;
		border: 1px solid #eeeeee;
		}
	
	#menu a:hover {display:block;width: 185px;
		background-image: url(../images/blue-bar.jpg);
	background-position: bottom;
		}

	#menu ul li ul a {display:block;width: 185px;
		border-bottom: 0;background: #e5e5e5;
		}

		/* Fix IE. Hide from IE Mac \*/
		* html #menu ul li { float: left; height: 1%; }
		* html #menu ul li a { height: 1%; }
		/* End */
		
		#menu li:hover ul ul, #menu li.over ul ul { display:none; }
		#menu li:hover ul, #menu li li:hover ul, #menu li.over ul, #menu li li.over ul { display: block; z-index:2;} /* The magic */ 

.content-table {min-height:600px;}
