/* Text Classes */

.links:visited {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}	

.links:link {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


.links:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}


.links:active {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.links2:visited {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #265DB7;
	text-decoration: none;
}	

.links2:link {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #265DB7;
	text-decoration: none;
}


.links2:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #265DB7;
	text-decoration: underline;
}


.links2:active {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #265DB7;
	text-decoration: none;
}
