/* the clasic link style with underline */
a.standard:link {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999; /* Gray */ 
}

a.standard:visited {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999; /* Gray */ 
}

a.standard:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9933; /*orange*/ 
}

/* at the momement all embeded links have no class */ 

a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #6699CC; /*blue*/ 
}


a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999999; /* Gray */ 
	}

a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF9933; /*orange*/ 
	}

a:active {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999999; /* gary */
}

a.linkCap:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6699CC; /*blue*/ 
}

a.linkCap:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999; /* gary */
	}

a.linkCap:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9933; /*orange*/ 
	}

a.linkCap:active {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999; /* gary */
}

a.Cont:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC; /*blue*/ 
	text-decoration: none;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a.Cont:visited {
	color: #999999; /* gary */
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

a.Cont:hover {
	color: #FF9933; /*orange*/ 
	font-size: 14pt;
}

a.Cont:active {
	color: #660066; /* purple */
	font-size: 14pt;
}

a.SubCont:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC; /*blue*/ 
	text-decoration: none;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

a.SubCont:visited {
	color: #999999; /* gary */
	font-size: 12pt;

}

a.SubCont:hover { /* Light Orange */ 
	color: #FF9933; /*orange*/ 
	font-size: 12pt;
}

a.SubCont:active {
	color: #660066; /* purple */
	font-size: 12pt;
}

/* ************* Styles for links to the current page ************* */ 
a.ContSelected:link {
	color: #6699CC; /*blue*/ 
	font-size: 12pt;
	text-decoration: underline;
}

a.ContSelected:hover {
	color: #FF9933; /*orange*/ 
	font-size: 12pt;
	text-decoration: underline;
}
	
a.ContSelected:active {
	color: #660066; /* purple */
	font-size: 12pt;
	text-decoration: underline;
}

a.ContSelected:visited {
	color: #999999; /* gary */
	font-size: 12pt;
	text-decoration: underline;
}

/* ************* Styles for links to the current page ************* */ 

a.ProdLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999; /* gary */
	text-decoration: none;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

a.ProdLinks:visited {
	color: #6699CC; /*blue*/ 
	font-size: 10pt;
}

a.ProdLinks:hover {
	color: #FF9933; /*orange*/ 
	font-size: 10pt;
}

a.ProdLinks:active {
	color: #660066; /* purple */
	font-size: 10pt;
}
