/* CSS Document */

/* BODY Style */

body {
	margin: 0; padding: 0; font: 9px verdana, tahoma, sans-serif; color: #757575;
	line-height: 15px;
	background-image: url(../images/carbon_bkgrd.png);
	background-repeat:repeat;
    background-color: #000000;
    }
	
td.mainImage {
 margin:0;
 padding:0;
 background:url(../images/kasei_board.jpg) top left no-repeat;
}

/* TEXT Styles */

.mainNews {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:10px;
	}
	

/* LINK Styles */

a
{
outline: none;
}

.globalLink A:link { text-decoration:underline; color: #757575; font-family: Verdana, Tahoma, sans-serif; font-size:9px}
.globalLink A:visited { text-decoration:underline; color: #757575; font-family: Verdana, Tahoma, sans-serif; font-size:9px }
.globalLink A:active { text-decoration:underline; color: #757575; font-family: Verdana, Tahoma, sans-serif; font-size:9px }
.globalLink A:hover { text-decoration:none; color: #000000; background-color:#757575; }		

/* Content Layout */

#NewsBits {
	overflow:  auto;
	font-family:Verdana, Arial, Helvetica, sans-serif
	width: 415px;
	height: 210px;
	padding: 3px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	SCROLLBAR-FACE-COLOR: #000000; 
SCROLLBAR-HIGHLIGHT-COLOR: Black; 
SCROLLBAR-SHADOW-COLOR: #505050; 
SCROLLBAR-3DLIGHT-COLOR: #A6A6A6; 
SCROLLBAR-ARROW-COLOR: #757575; 
SCROLLBAR-TRACK-COLOR: #000000; 
SCROLLBAR-DARKSHADOW-COLOR: #000000; 

}
.NewsBits UL{
	margin: 2px 3px 3px 7px;
	list-style: square;	
}
.NewsBits .nB {
	color: yellow;
	font-weight: bold;
	margin-right: 4px;
}
.NewsBits LI{
	font-weight: normal;
	color: #cccccc;
	margin: 5px 0 5px 0;
}


