
.wh_txt10 { font-size: 10; color: #FFFFFF; font-family: verdana, arial, sans-serif 	}
.wh_txt12 { font-size: 12; color: #FFFFFF; font-family: verdana, arial, sans-serif	}

.red_txt10 { font-size: 10; color: #A70826; font-family: verdana, arial, sans-serif }
.red_txt11 { font-size: 11; color: #A70826; font-family: verdana, arial, sans-serif }
.red_txt12 { font-size: 12; color: #A70826; font-family: verdana, arial, sans-serif }

.gr_txt10 { font-size: 10; color: #525959; font-family: verdana, arial, sans-serif	}
.gr_txt12 { font-size: 12; color: #525959; font-family: verdana, arial, sans-serif	}
.bl_txt12 { font-size: 12; color: blue; font-family: verdana, arial, sans-serif	}
/* -------- Head line font -------- */
.grArial_txt15 { font-size: 15; color: #525959; font-family: arial, sans-serif		}
.grArial_txt15 { color: #525959 !important; text-decoration:none;					}



/* -------- Sub-head font -------- */
.gr_txt11 { font-size: 11; color: #525959; font-family: verdana, arial, sans-serif	}



a { color: #A70826; text-decoration: none;											}

a:hover { /*	color: Navy;	*/	text-decoration: underline;						}
.even {	background:	#eee;                                                           }
.odd {                                                                              }
.sort-table {
    background:	#FFFFFF;    
    font-size: 12; 
    color: #000000; 
    font-family: sans-serif; 
    text-decoration: none;   	
}
.sort-table thead {
    background:	#3B42A1;
    color:	#FFFFFF;	
}
.sort-table td {
    padding:	2px 5px;	    
}
.sort-table thead td {
	border:			1px solid;
	border-color:		ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
	color: #FFFFFF;
}
.sort-table thead td {
	border:			1px solid;
	border-color:		ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
}
.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}
.sort-arrow.descending {
	background-image:		url("js/sortabletable/images/downsimple.png"/*tpa=http://www.lncsolutions.com/js/sortabletable/images/downsimple.png*/);
	
}
.sort-arrow.ascending {
	background-image:		url("js/sortabletable/images/upsimple.png"/*tpa=http://www.lncsolutions.com/js/sortabletable/images/upsimple.png*/);
}