.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	}
	
a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	
a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
	
.border{
	border: 1px;
	border-color: #c4c4c4;
	border-style: solid;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	font-weight: normal;
	text-decoration: none;
}

a.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #356DB1;
	font-weight: normal;
	text-decoration: none;
}

a.text:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: normal;
	text-decoration: none;
}
	
	
	