body,p	{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
    font-weight: 		bold;
	text-align: 		center;
}


table.FIDS {
	border-width: 		2px;
	border-style: 		outset;
	border-color: 		666666;
	border-collapse: 	collapse;
	background-color: 	white;
	width:				450px;
}
table.FIDS td {
	border-width: 		2px;
	padding: 			3px;
	border-style: 		inset;
	border-color: 		666666;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#000000;
    font-weight: 		bold;
	text-align: 		center;
}
table.innerFIDS {
	border-width: 		0px;
	border-collapse: 	collapse;
}
table.innerFIDS td {
	border-width: 		0px;
	text-align: 		left;
}

table.fids td  a:link { 
	color: #990000;
	text-decoration: underline;
	}
table.fids td a:visited { 
	color: #990000;
	text-decoration: underline;
	}
table.fids td a:hover { 
	color: #FFFFCC;
	text-decoration: underline;
	}
table.fids td a:active { 
	color: #990000;
	text-decoration: underline;
	}


.copyright {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			9px;
	color: 				#999999;
    font-weight: 		bold;
	text-align: 		center;
}
.copyright  a:link { 
	color: #999999;
	text-decoration: underline;
	}
.copyright  a:visited { 
	color: #999999;
	text-decoration: underline;
	}
.copyright  a:hover { 
	color: #990000;
	text-decoration: underline;
	}
.copyright  a:active { 
	color: #999999;
	text-decoration: underline;
	}



	
table.nav {
	border-width: 		0px;
	padding:			0px;
	margin:				0px;
	border-collapse:	collapse;
	width:				500px;

}
table.nav td {

	padding: 			0px;
	font-family: 		tahoma, helvetica, arial, geneva, lucida, sans-serif;
	font-size: 			11px;
	color: 				#000000;
    font-weight: 		bold;
	text-align: 		center;
	border-collapse:	collapse;
	border-bottom: 		1px solid #aaa;
	}
	
table.nav td  a:link { 
	color: #333333;
	text-decoration: underline;
	}
table.nav td a:visited { 
	color: #333333;
	text-decoration: underline;
	}
table.nav td a:hover { 
	color: #990000;
	text-decoration: underline;
	}
table.nav td a:active { 
	color: #333333;
	text-decoration: underline;
	}
	


#toolTip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}