.text {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.text_bold {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}
.date {
	font-family: Verdana, sans-selif;
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	color: #666666;
}
.text_red {
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
}
.text_white {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
.box_white {
	border: 1px solid #FFFFFF;
}
.box_black {
	border: 1px solid #999999;
}
.line_under {
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.table { 
    border-collapse: collapse;
    border: 1px #333333 solid;
    background-color: #FFFFFF;
} 
.table td { 
    border: 1px #333333 solid;
}
.text_size10 {
	font-size: 10px;
	line-height: 150%;
	color: #AD1818;
}
.fRight {
	float: right;
	margin: 0px 0px 6px 10px;
}
.fLeft {
	float: left;
	margin: 0px 10px 6px 0px;
}