body, table {
	font-family: serif;
	font-size: 12pt;
	margin: 0;
	margin: 0;
}
.mtitle {
	font-size: 11pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
.toptitle {
	font-size: 32pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.atitle {
	font-size: 12pt;
	text-align: center;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
}


table, tr, td {
	vertical-align: top;
}

img {
	border: 0;
}

.button {width:65px; Height:25px; background-color:#11289D; color:#FFFFFF;
           font-family:times new roman; font-size:11pt}
.buttonedeis {width:150px; Height:28px; background-color:#11289D; color:#FFFFFF;
           font-family:times new roman; font-size:12pt}

.buttonsearch {width:122px; Height:25px; background-color:#11289D; color:#FFFFFF;
           font-family:times new roman; font-size:12pt}

.buttonlegend {width:65px; Height:25px; background-color:#11289D; color:#FFFFFF;
           font-family:times new roman; font-size:12pt}
.buttonclearform {width:120px; Height:25px; background-color:#11289D; color:#FFFFFF;
           font-family:times new roman; font-size:12pt}
		   
.results {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
.results th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: #5091da;
	color: white;
}

.results th a {
	color: white;
}

.results td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}

hr {
	color: #11289D;
	background-color: #11289D;
	height: 0.5px;
}

.odd { background-color: #fff; text-align: right; }
.even { background-color: #dcecff; text-align: right; }

a.one:link {color: white; text-decoration: none}
a.one:visited {color: white; text-decoration: none}
a.one:hover {color: #A0E9F4; text-decoration: none; border-bottom: 1px dotted #A0E9F4; }
a.one:active {color: white; text-decoration: none}

a.popup:link {color: #37687f text-decoration: none font-size: 14px;}
a.popup:visited {color: #37687f text-decoration: none}
a.popup:hover {color: #003ae1 text-decoration: none}
a.popup:active{color: #A1BFBA text-decoration: none}

a {
	text-decoration: underline;
	color: #12597a;
}

a:hover {
	color: #e08534;
	/*text-decoration: none;
	border-bottom: dotted 1px #12597a;*/
}

.topnavigation {
	color: white;
}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#menu{	/* Menu object */
		visibility:hidden;	
	}
	#menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#menu li{
		list-style-type:none;	/* No bullets */
	}	
	#menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
	}
		
	#menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		background-color: #11289D;
		overflow:visible;
	}
	#menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #FFF;
	}
	#menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color: #b8e6fc;
		border:1px solid #FFF;
		
		
	}
	#menu .currentDepth1 a{
		font-weight:bold;
		color:#FFF;
	}
	#menu .currentDepth1over a{	/* Text rules */
		color:#000;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#menu .currentDepth2over{
		padding-right:2px;
		background-color:#fff;
		border:1px solid #000;
	}	
	#menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}
	
	/* Sub menu depth 2 */
	#menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
