.hide a:link {
	color: #000;
	text-decoration: none;
}
.hide a:visited {
	color: #000;
	text-decoration: none;
}
.hide a:hover {
	text-decoration: none;
	color: #000;
}

.font-white {
	color: #FFF;
}
.white-url {
	color: #FFF;
}

.white-url a:link {
	color: #FFF;
	text-decoration: none;

}

.white-url a:visited {
	color: #FFF;
	text-decoration: none;

}

.white-url a:hover {
	color: #FFF;
	text-decoration: underline;
}

.url-quick {
	color: #193986;
}

.url-quick a:link {
	color: #193986;
	text-decoration: none;

}

.url-quick a:visited {
	color: #193986;
	text-decoration: none;

}

.url-quick a:hover {
	color: #0c78c0;

}


.h3 {
	color: #FFF;
}

.red	{ color: #FF0000;}

.green { color: #00b050; }

.big { 

	font-weight:bold;
font: 28px Arial, Helvetica, sans-serif; }
.med { 
font: 15px Arial, Helvetica, sans-serif; }

.med-title {
	color: #193986;
font: 15px Arial, Helvetica, sans-serif; }

.table-title {
	font-weight:bold;
	color: #193986;
	font: 20px Arial, Helvetica, sans-serif; 
}