/* Text Classes */body {	margin: 0;}

.links:visited {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #000000;
	text-decoration: none;
}	

.links:link {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #000000;
	text-decoration: none;
}


.links:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #000000;
	text-decoration: underline;
}


.links:active {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Times New Roman, sans-serif;
	color: #000000;
	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;
}

.text {
font-style: normal;
font-weight: normal;
font-size: 12px; 
font-family:  Verdana, Arial, Times New Roman, sans-serif;
color: #000000;
