﻿a.paloma:link 
{
	font-family:Arial;
	font-size: 12px;
	color: #34b6ed; 
	text-decoration: none; 
}
a.paloma:visited 
{	
	font-family:Arial;
	font-size: 12px;
	color: #34b6ed; 
	text-decoration: none; 
}
a.paloma:hover 
{	
	font-family:Arial;
	font-size: 12px;
	color: #34b6ed; 
	text-decoration: underline; 
}
a.paloma:active 
{	
	font-family:Arial;
	font-size: 12px;
	color: #34b6ed; 
}

a.palomaCase:link 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-image: url(../img/enterpriseIcons/linkArrow.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #34b6ed; 
	text-decoration: none; 
}
a.palomaCase:visited 
{	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-image: url(../img/enterpriseIcons/linkArrow.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #34b6ed;
	text-decoration: none; 
}
a.palomaCase:hover 
{	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-image: url(../img/enterpriseIcons/linkArrow.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #34b6ed;
	text-decoration: underline; 
}
a.palomaCase:active 
{	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-position: 0px 4px;
	background-image: url(../img/enterpriseIcons/linkArrow.png);
	background-repeat: no-repeat;
	color: #34b6ed;
}

a.noStyle:link 
{
	text-decoration: none;
	color:#333333; 
}
a.noStyle:visited 
{	
	text-decoration: none; 
	color:#333333; 
}
a.noStyle:hover 
{	
	text-decoration: none;
	color:#333333;  
}
a.noStyle:active 
{	
	text-decoration: none;
	color:#333333; 
}

a.methodLink:link 
{
	text-decoration: none;
	color:#34b5ec;
	font-weight:bold;
}
a.methodLink:visited 
{	
	text-decoration: none; 
	color:#34b5ec;
	font-weight:bold;
}
a.methodLink:hover 
{	
	text-decoration: underline;
	color:#34b5ec;
	font-weight:bold;
}
a.methodLink:active 
{	
	text-decoration: none;
	color:#34b5ec;
	font-weight:bold; 
}

a.varType:link 
{
	text-decoration: none;
	color:inherit; 
}
a.varType:visited 
{	
	text-decoration: none; 
	color:inherit; 
}
a.varType:hover 
{	
	text-decoration: underline;
	color:inherit;  
}
a.varType:active 
{	
	text-decoration: none;
	color:inherit; 
}