	 
.txt-11px {
	color: #004645;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	font-family: verdana, geneva, arial, sans-serif;
	font-weight: bold;

	 }

.txt-10px { 
	color: #ffffff; 
	font-size: 10px; 
	line-height: normal; 
	font-family: verdana, geneva, arial, sans-serif 
	}



/* Link Styles */

A:link { 
	color: #004645;
	text-decoration: underline
	}

A:visited {	
	color: #004645;	
	text-decoration: underline;
	}

A:visited:hover {	
	color: #ff3831;	
	text-decoration: none;
	}

A:hover { 
	color: #ff3831;
	text-decoration: none
	}
	
A:active {	
	color: #4b4b4b;	
	text-decoration: none;
	}
