/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#bt {
	color: #666666;
	text-decoration: none;
}
#bt a:link {
	color: #333333;
	text-decoration: none;
}
#bt a:visited {
	text-decoration: none;
	color: #333333;
}
#bt a:hover {
	text-decoration: underline;
	color: #333333;
}
#bt a:active {
	text-decoration: none;
	color: #333333;
}

.orangeBold {
	font-weight: bold;
	color: #E58338;
	text-decoration: none;
}
.greyBold {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.topTextR {
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}
.Tit {
	color: #E58338;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	text-align: left;
	vertical-align: top;
}
.Ti {
        color: #E58338;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	

}
.TitGrey {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	text-align: left;
	vertical-align: top;
}

.instant_message { 
              padding: 25px; 
              font-size: 12px; 
              font-family: Arial; 
              visibility: hidden; 
              position: absolute; 
              width: 240px; 
              border: outset 2px #FFFFFF; 
              background: #E58338; 
              z-index: 35000; 

}
	.instant_message a { 
	      width: 240px; 
	      font-weight: bold;  
	      color: black; 
	      text-decoration: none; 
	      cursor: default;
	
}
	
	.instant_message a:hover {
	      color: #ffffff; 
	      background: #0A246A;
	      
}

	.instant_message .hr { 
	      width: 100%; 
	      font-size: 1px; 
	      height: 1px; 
	      line-height: 1px; 
	      background: #808080; 
	      border-bottom: solid 1px #ffffff; 
	      margin: 2px;
}

	A.glossary { 
	      color: black; 
	      text-decoration: none; 
	      border-bottom: 1px dotted black; 
	      cursor: pointer; 
}