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

/* This is the setup for the page, margins etc*/

body 
{
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	text-align:left;
}

a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	color:#0099ff;
	text-decoration:underline;
}
/* This is the Link text colour for the nav in the top menu*/

.topMenu 
{
	text-decoration:none;
	color:#000000;
	font-size:10pt;
	font-weight:normal;
}

.topMenu a
{
	text-decoration:none;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
}

.topMenu a:hover
{
	text-decoration:underline;
	color:#0099ff;
	font-size:10pt;
	font-weight:bold;
}

/* This is nav styling for the left hand nav*/


.telnumber
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
}

.footer
{
	text-decoration:none;
	color:#999999;
	font-size:7pt;
	font-family:Verdana;
	line-height:12pt;
	text-align:center;
}


.footer a
{
	text-decoration:none;
	color:#999999;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}

.footer a:hover
{
	text-decoration:underline;
	color:#0099ff;
	font-size:7pt;
	font-family:Verdana;
	line-height:9pt;
	text-align:center;
}

.address
{
	text-decoration:none;
	color:#666666;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana;
}


.address a
{
	text-decoration:none;
	color:#0099ff;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana;
}

.address a:hover
{
	text-decoration:underline;
	color:#0099ff;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana;
}


.subtitles
{
	text-decoration:none;
	font-weight:bold;
	color:#08b0ef;
	font-size:11pt;
	line-height:14pt;
	font-family:Verdana;
	text-align:left;
}


.tabletitles
{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size:10pt;
	line-height:14pt;
	font-family:Verdana;
	text-align:left;
}






