@charset "UTF-8";

.px10 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;}
.px12 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
.px14 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
	
.fgGrayL {	color: #c3c7bc;}
.fgGrayM {	color: #6e7072;}
.fgGrayD {	color: #47484a;}
.fgGRedD {	color: #981d01;}

.bgGRedD {	background-color: #981d01;}

.bgWhite {
	background-color: #FFFFFF;
}



.bold {	font-weight: bold;}

.line_gris {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c9c8c8;
}

.scroll {
	text-align: left;
	width:600;
	height:550px;
	overflow:auto;
}