/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Calibri, sans-serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

A:link {
	font-family: Calibri, sans-serif;
 	font-size: 12pt;
 	color: rgb(0,51,255);
 	text-decoration: underline
}

A:visited {
	font-family: Calibri, sans-serif;
 	font-size: 12pt;
 	color: rgb(204,153,255);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	font-family: Calibri, sans-serif
}

A {
	font-family: Calibri,  sans-serif;
 	font-size: 12pt;
 	font-weight: bold;
 	background-image: url( "../assets/images/mob_enquiry.gif" );
 	background-position: 0px 0px
}

A:hover {
	font-family: Calibri, sans-serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}