/* BTIS General CSS style sheet Requested by Toby Briggs per BTIS page, Modified by Ki Han, 03/20/09*/
/*Main CSS*/

.btisHeadline
{
 color: #003399;
 font-size: 20px; 
 font-family: Helvetica,Arial,Verdana; 
 font-weight: 600;   
 line-height: 18px
} 

.btisSubhead
{
 color: #006699; 
 font-size: 16px;
 font-family: Helvetica,Arial,Verdana; 
 font-weight: 500; 
 line-height: 18px
}

.btisBody
{
 color: #000000;
 font-size: 12px;
 font-family: Helvetica, Arial,Verdana;  
 font-weight: 200;  
 line-height: 16px
}

.btisQuestion
{
	color: #003399;
	font-size: 12px;
	font-family:Helvetica, Arial,Verdana;  
	font-weight: 200;  
	line-height: 16px	
}

.btisAnnouncement
{
 color: #003399; 
 font-size: 16px;
 font-family: Helvetica,Arial,Verdana; 
 font-weight: 500; 
 line-height: 18px
}

.btisExample
{
	color:#003399;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	font-weight:200;
	line-height: 12px
}

.btisWarning
{
 color: #990000;
 font-size: 16px;
 font-family: Helvetica, Arial,Verdana;  
 font-weight: 500;  
 line-height: 18px
}

.btisFooter
{
 color: #666666;
 font-size: 9px;
 font-family: Helvetica,Arial,Verdana;  
 font-weight: 200;  
 line-height: 12px
}

.btisFooterSM{
	COLOR:#ffffff;
	TEXT-DECORATION: none;
	font-size: 10px;
}

/*CSS links*/

.btisLink a:link
{
 color: #003399;
 font-size: 12px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 16px;
 text-decoration:none
}
	
.btisLink a:visited
 {
 color: #003399;
 font-size: 12px;
 font-family:  Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 16px;
  text-decoration:none
 }
 
.btisLink a:hover 
 {
 color: #666666;
 font-size: 12px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 16px;
 text-decoration:underline
 }
 
.btisLink a:active
 {
 color: #666666;
 font-size: 12px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 16px;
 text-decoration:none 
}

.btisLinkEx a:link
{
 color: #003399;
 font-size: 10px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 14px;
 text-decoration:none
}
	
.btisLinkEx a:visited
 {
 color: #003399;
 font-size: 10px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 14px;
  text-decoration:none
 }
 
.btisLinkEx a:hover 
 {
 color: #666666;
 font-size: 10px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 14px;
 text-decoration:none
 }
 
.btisLinkEx a:active
 {
 color: #666666;
 font-size: 10px;
 font-family: Helvetica, Arial, Verdana;
 font-weight: 200;
 line-height: 14px;
 text-decoration:none 
}

 /*table cell CSS*/
 
 .btisTableCell {
	COLOR: #000000;
	TEXT-DECORATION: none;
	padding-right: 4px;
	padding-left: 6px;
	background-color:#FFFFFF
}

.btisTableCellAlt {
	COLOR: #000000;
	TEXT-DECORATION: none;
	padding-right: 4px;
	padding-left: 6px;
	background-color:#F4F4F4
 }

.btisCellGreyText {
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	padding-right: 4px; 
	padding-left: 6px;
	background-color:#F4F4F4;
	font-family:Helvetica, Arial, Verdana; 
	font-size:12px; 
	font-weight:200; 
	color:#000000; 
	line-height:16px
	}

.btisCellwhiteText {
	COLOR: #000000; 
	TEXT-DECORATION: none;
	padding-right: 4px; 
	padding-left: 6px;
	background-color:#ffffff;
	font-family:Helvetica, Arial, Verdana; 
	font-size:12px; 
	font-weight:200; 
	color:#000000; 
	line-height:16px
	}

.btisCellGrey {
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	padding-right: 4px; 
	padding-left: 6px;
	background-color:#F4F4F4
	}
	
.btisCellWhite {
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	padding-right: 4px; 
	padding-left: 6px;
	background-color:#ffffff
	}
	
.noPrint {
	DISPLAY: none
}