body{
	font-size: 12px;
	margin:0;
	padding:10 0 0 2px;
	color:#333333;
	background-color:#ffffff;
	line-height:130%;
	text-align:left;
	text-decoration: none;
    scrollbar-face-color: #ECECEC; 
    scrollbar-track-color: #F6F6F6; 
    scrollbar-arrow-color: #656565; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #FEFEFE; 
    scrollbar-3dlight-color: #FFFFFF; 
    scrollbar-darkshadow-color: #CCCCCC; 
}

a:link{
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#CC0000;
	background-color:cae1ff;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color:#333333;
	background-color:cae1ff;
	text-decoration: none;
	font-weight: bold;
}

.new{
	font-size: 85%;
	color:#ff7000;
	text-decoration: none;
}

#line{
	width:240px;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}