.t12_white {  font-family: arial; font-size: 10px;  color: #FFFFFF}

.t12_black {
	font-family: arial;
	font-size: 10px;
	color: Black;
}
.t12_blue {
	font-family: arial;
	font-size: 11px;
	color: #224B6E;
}


.t12_txtmain {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

.t12_headb {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.t12_headw {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
}


.t12_txt {
	font-family: arial;
	font-size: 11px;
	color: Black;
}


A {
	font: 11px arial;
	color: white;
	text-decoration: none;
	
}

A:ACTIVE {
	font : 11px arial;
	color : white;
	text-decoration : none;
	}
A:HOVER {
	font: 11px arial;
	color: InactiveCaption;
	text-decoration: none;
	
}

.B {
	font: 11px arial;
	color: black;
	text-decoration: none;
	
}
.B:ACTIVE {
	font : 11px arial;
	color : blue;
	text-decoration : none;
	}

