A:link { color: #483b83; text-decoration: underline }
A:visited { color: #483b83; text-decoration: underline }
A:hover { color: #333333; text-decoration: underline }
A:active { color: #483b83; text-decoration: underline }

/* --------------------------- */
/* These Classes are Repeats in all CSS */
/* --------------------------- */

A.yourbusinessLINK					{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.yourbusinessLINK:visited			{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.commercialisationLINK	 			{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.commercialisationLINK:visited	 	{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.managementLINK 					{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.managementLINK:visited 			{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.protectionLINK 					{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }
A.protectionLINK:visited 			{ color: #3d3535; text-decoration: none; font-family: Century Gothic,Arial,Helvetica,Sans Serif; font-size: 12px; }

/* --------------------------- */
/* These Classes are Repeats in all CSS */
/* --------------------------- */


A.TDlinks:hover { color: #483b83; text-decoration: none }

A.CurrentArticle:link { color: #483b83; text-decoration: none; }
A.CurrentArticle:visited { color: #483b83; text-decoration: none; }

A.sidebar:link { color: #666666; text-decoration: none }
A.sidebar:active { color: #666666; text-decoration: none }
A.sidebar:visited { color: #666666; text-decoration: none }
A.sidebar:hover { color: #483b83; text-decoration: none }

A.managementLINK { font-weight : bold; }	



h1 {
	color: #483b83;
}

h2 {
	color: #333333;
}

h3 {
	color: #483b83;
}

h4 {
	color: #675f88;
}

.commercialisation {
	background-color: #e2e2ce;
	}
		
.footer {
	background-color: #483b83;
	}
	
.management {
	background-color: #c9c9ad;
	}

.protection {
	background-color: #e2e2ce;
	}

.sidebarleftheading {
	color: #483b83;
	}

.sidebarrightHeading {
	background-color: #483b83;
	}
	
.tableheader { 
	background-color: #483b83;  
	}

.yourbusiness {
	background-color: #e2e2ce;
	}