	body {
	
		margin:10px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #FFFFFF;		
		background-image: url(/images/generic/bg-tile.gif);
		background-attachment: scroll;
		background-repeat: repeat;
		background-position: 0 0;		
		text-align: center;
		background-color: #FFFFFF;		
	
	}
		
	img{
		
		border: none;
	
	}
	
	.imgBorder{
	
		border: 1px solid #FFF;
	
	}
	
	table {
	
		font-size: 11px;
		color:#000;
		background-color: transparent;
		
	}
	
	a:link{
	
		color:#FFF;
		text-decoration: none;	
	}
	
	a:visited{
	
		color:#FFF;
		text-decoration: none;
	
	}
	
	a:hover{
	
		color:#FFF;
		text-decoration: underline;
	
	}	
	

	html p{
	
		text-align:center;
		color:#FFF;

	
	}
		


#container{
	background-color: #1658A0;
	border: 7px solid #FFFFFF;	
	width:740px;
	height:560px;
	padding: 0px;
		
		}
			

.copyright {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.textGeneral {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


#resultsBg {
		background-attachment: scroll;
		background-image: url(/images/generic/window-bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 740px;
		height: 327px;
		text-align:center;
}


#panel{
	top:12px;
	height:303px;	

	text-align: center;
	width:440px;
	overflow: auto;
	position: relative;
	z-index: 1;
	/*
	left:30px;
	*/
	margin: 0 auto;
	padding:0;
	
}

		
	.tdRowOn{
	
		background-color: #CCCCCC;
		border-top: 1px dashed #000000;

	
	}
	
	
	.tdRowOff{
		background-color: #FFFFFF;
		border-top: 1px dashed #000000;

	
	}
	

	
.textHeadlineBlack {

	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


	.resultTable{
	width:100%;
	height:100%;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

	}
	.textHeadlineTable {

	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.textHeadlineBlackSm {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #1658A0;
width: 150px;
text-align:left;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #4DA1C9;
color: white;
}

