@charset "UTF-8";
/* CSS Document */


/** Media Centre **/

body {
	font: 100% Tahoma, Helvetica, sans-serif, Arial;
	background-image: url(/_images/_backgrounds/phone-sign.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/*
#page-top-bg {
	background-image: url(/_images/_backgrounds/page-top-bg6.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

#page-bg {
	background-image: url(/_images/_backgrounds/Phone-Numbers-bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}
*/
/** start a links **/

a, a:visited {
	color: #496865;
	text-decoration: none;
}

a:hover, a:focus {
	color:#496865;
	text-decoration: underline;
}

/** end a links **/

/** start header h1 **/

.oneColFixCtrHdr #heading1 h1 {
	color: #496865;
}

.oneColFixCtrHdr #heading1-geo h1 {
	color: #496865;
}

.oneColFixCtrHdr #heading1-nosub h1 {
	color: #496865;
}


/** end header h1 **/

