
/*--Whitelinks------------*/
a.wht:link {
	color: #ffffff; 
	text-decoration: none;
}	

a.wht:visited {
	color: #ffffff; 
	text-decoration: none;
}

a.wht:hover {
	color: #e0e0e0; 
	text-decoration: none;
}

/*--darklinks------------*/
a.drk:link {
	color: #000000; 
	text-decoration: none;
}	

a.drk:visited {
	color: #000000; 
	text-decoration: none;
}

a.drk:hover {
	color: #000000; 
	text-decoration: none;
}


/*--Bluelinks------------*/
a.blu:link {
	color: #004aadd; 
	text-decoration: none;
}	

a.blu:visited {
	color: #004aadd; 
	text-decoration: none;
}

a.blu:hover {
	color: #004aadd; 
	text-decoration: none;
}


/*--yellowlinks------------*/
a.ylw:link {
	color: #dobd85; 
	text-decoration: none;
}	

a.ylw:visited {
	color: #dobd85; 
	text-decoration: none;
}

a.ylw:hover {
	color: #dobd85; 
	text-decoration: none;
}
/*--Large Page Text-------------*/
.pagetext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}


/*--Small Page Text-------------*/
.smalltext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

/*--White Text-------------*/
.whitetext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
}


/*--Color Text-------------*/
.colortext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #004aadd;
}

.lgcolortext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 18px;
	color: #004aadd;
}
.smcolortext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #004aadd;
}

.yelltext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #dobd85;
}
.smyelltext {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #dobd85;
}