@charset "UTF-8";

.red {
	color: red;	
	font-weight: bold;
}

.reject {
	color: #ff0000;
	font-weight: bold;
}

.reback {
	color: #ff8040;
	font-weight: bold;
}

.nocheck {
	color: #000000;
	font-weight: bold;
}

.pass {
	color: #008000;	
	font-weight: bold;
}

.table tr.italic {
	font-style: italic;
}

.stat {
	font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    display:inline-block; 
    width:50px;
}

.title {
    font-size: 11pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.subtitle {
    font-size: 11pt;
    font-weight: bold;
    text-decoration: italic;
}

th {
    vertical-align: middle;!important;
    text-align: center;!important;
}