@CHARSET "UTF-8";

a.blue:link       {font-size: 14px; color: #2E77C2 !important; text-decoration: none; font-weight: normal !important;}
a.blue:visited    {font-size: 14px; color: #2E77C2 !important; text-decoration: none; font-weight: normal !important;}
a.blue:active     {font-size: 14px; color: #2E77C2 !important; text-decoration: none; font-weight: normal !important;}
a.blue:hover      {font-size: 14px; color: #2E77C2 !important; text-decoration: underline; font-weight: normal !important;}

a.white:link       {font-size: 14px; color: #ffffff; text-decoration: none !important; font-weight: normal !important;}
a.white:visited    {font-size: 14px; color: #ffffff; text-decoration: none !important; font-weight: normal !important;}
a.white:active     {font-size: 14px; color: #ffffff; text-decoration: none !important; font-weight: normal !important;}
a.white:hover      {font-size: 14px; color: #ffffff; text-decoration: none !important; font-weight: normal !important;}

a.dark:link       {font-size: 13px; color: #555555 !important; text-decoration: none !important; font-weight: normal !important;}
a.dark:visited    {font-size: 13px; color: #555555 !important; text-decoration: none !important; font-weight: normal !important;}
a.dark:active     {font-size: 13px; color: #555555 !important; text-decoration: none !important; font-weight: normal !important;}
a.dark:hover      {font-size: 13px; color: #555555 !important; text-decoration: none !important; font-weight: normal !important;}

a.top_nav_back:link {
	font-size: 14px; 
	color: #4d6985 !important; 
	text-decoration: none !important; 
	font-weight: bold;
	
 	display: block; 
 	float: left; 
 	border-radius: 15px 0 0 0; 
 	padding: 0 5px 0 15px; 
 	line-height: 60px;
 	height: 60px; 
}
a.top_nav_back:visited {font-size: 14px; color: #4d6985 !important; text-decoration: none !important; font-weight: bold;}
a.top_nav_back:active  {font-size: 14px; color: #4d6985 !important; text-decoration: none !important; font-weight: bold;}
a.top_nav_back:hover   {font-size: 14px; color: #4d6985 !important; text-decoration: none !important; font-weight: bold;}