td {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	}
.body { 
	font-size: 12px;
	color: #666666;
	line-height: 15px;
 } 
.bottom_dashed {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
.bottom_soild {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
.bottom_blue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
.bottom_white {
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;

}
a:hover {
	text-decoration: none;
	color: #333333;

}.bottom_gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: DDDDDD;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
