/* CSS Document */
html {
height:98%
}

/*fact table style */
 .fact tr td 
 {
  border-right:#999999;   
  border-bottom:0;   
 }

body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	padding: 10px 35px 0px 35px;
	height:72%;
	
	
}
td,th {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	
}

a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;	
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #A80000;
}
a:active {
	text-decoration: none;
}

.textbox
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color : #666666;
	border:1px solid #cccccc;
	height:13px;
	margin-left:3px;
}
.checkbox { 

caption-side:right;
border:none;
margin-left:3px;
} 

.xsmall {
	font-size: 9px;
	color: #666666;
}

.feature{
	padding: 0px 10px 0px 0px;
	
}
.feature img{
	float: left;
	padding: 0px 15px 0px 0px;
	margin: 0 5px 5px 0;
}
.red {
	
	color: #A80000;
	font-weight: bold;
	font-size: 14px;
}
.redNotBold {
	
	color: #A80000;
	font-size: 11px;
}
.links {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	background-position: center top;
	list-style-type: none;
	color: #666666;
}
.black {
	font-family:"Trebuchet MS" ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	background-position: center top;
	list-style-type: none;

}

.linksBlue {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	list-style-type: none;
	color: #0033CC;
}

ul,li {
 list-style:none;

 

}

.liIndent 
{
	margin-left:-15px;
}
.Iframenopadding{
padding:0;
margin:0;
border:none;

}

.imgPopup
{
    cursor:pointer;/*dont use hand not supported by any browser except IE. */
}


