.simple-text {
  vertical-align: bottom;
  font-size: 10px;
  color: #222;
  line-height: 130%;  
}

.simple-text-orange {
  vertical-align: bottom;
  font-size: 10px;
  color: #f48000;
  line-height: 130%;
}

.simple-text-bold {
  font-weight: bold;
}

.indexvalue{	
	text-align: left;
	font-size: 90%;
	color: #555;
	font-weight: bold; 
	margin-left:10px;	
	padding-left:10px;
}

.indexvalue_light{	
	text-align: left;
	font-size: 90%;
	color: #555;
	margin-left:10px;	
	padding-left:10px;
}

.verdana1bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.verdana1bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #3663B6;
	text-decoration: none;
}
.verdana1bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3663B6;
	text-decoration: none;
}
.verdana1bluebold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.verdana1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.verdana1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #3663B6;
	text-decoration: none;
}

/******* PopUp DIV *******/
#pop{
  background-image: url(overlay_bg.png);
  border: 1px #FF0000 solid;
}

#close{
  border-bottom: 1px #FF0000 solid;
}

/* For IE 6 */
* html #pop{
    border: 1px #FF0000 solid;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Resources/overlay_bg.png", sizingMethod="scale");
}

.no-border {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img.captcha {
	border-top: 1px solid #4e404f;
	border-left: 1px solid #4e404f;
	border-bottom: 1px solid #4e404f;
	border-right: 1px solid #4e404f;
	margin: 0 10px 10px 10px;
}


.display-none {
	display: none;
} 
