/************************************ NEWS Window CSS ********************************/ 
.blue_header	{ 
				color: gray;
				font-size: 7pt; 
				font-family: Verdana; 
				font-weight: bold;
				}
				 
.body			{ 
				color: #000000; 
				font-size: 10pt; 
				font-family: Verdana;
				}
				 
.boldBody		{ 
				color: #000000; 
				font-size: 10pt; 
				font-family: Verdana; 
				font-weight: bold;
				} 

.body_white		{ 
				color: #FFFFFF; 
				font-size: 10pt; 
				font-family: Verdana;
				}
				 
.nowrap-body	{ 
				color: #000000; 
				font-size: 10pt; 
				font-family: Verdana; 
				white-space: nowrap;
				}
				 
.helpHeader		{ 
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 80%; 
				color: #000000; 
				background-color: #000000; 
				font-weight: bold; 
				padding: 4px; }
				
.jett_header	{ 
				color: #666666;
				font-size: 8pt; 
				font-family: Verdana; 
				font-weight: bold;
				}