<style>
body{
	font-family: Verdana,sans-serif; 
	color: #666666;
	font-size: x-small;
	background-image: url(../images/back.gif);
 	background-repeat:repeat; 
	background-position:top left; 
	background-attachement:scroll;
	scrollbar-face-color: #ffffff;	 
	scrollbar-track-color: #ffffff;	 
	scrollbar-arrow-color: #666666;	 
	scrollbar-3dlight-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #666666;
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 0px;
	margin-right: 0px;
}
/* [FEATURE]-------------------------------------------------*/
table.case{
	table-layout: fixed;
	border: solid 1px #999999;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
td.head{
	border-bottom: #ffffff 1px dotted;
	font-size: xx-small;
	font-weight: nomal;
	background-color: #66cc66;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 5px;
}
td.feature{
	border: dotted;
	border-width: 1px 1px 1px 0px;
	border-color: #66cc66;
	font-size: xx-small;
	font-weight: nomal;
	background-color: #ffffff;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 5px;
}
/* [COMMENT]-------------------------------------------------*/
table.vs{
	table-layout: fixed;
	border: solid 1px #999999;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
td.name{
	font-size: xx-small;
	font-weight: bolder;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
td.comment_r{
	line-height: 140%;
	border-bottom: #666666 1px dotted;
	font-size: xx-small;
	font-weight: nomal;
/*	background-color: #48D1CC;*/
/*	background-color: #66cc66;*/
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 8px;
}
td.comment_l{
	line-height: 140%;
	border-bottom: #666666 1px dotted;
	font-size: xx-small;
	font-weight: nomal;
/*	background-color: #90EE90;*/
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 8px;
}
/*[CONTENT]--------------------*/
td.content{
/*	letter-spacing: 1px;*/
	line-height: 160%;
	font-size: xx-small;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

</style>
