

/* Default Anchors*/
a:link {
	color: #A50015;
	text-decoration: none;
}
a:hover {
	color: #A50015;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
/*Anchor classes*/
a:link.TNav {
	color: white;
	text-decoration: none;
}
a:visited.TNav {
	color: #CCC;
	text-decoration: none;
}
a:hover.TNav {
 text-decoration: underline;
}
/*Left Nav*/
a:link.LNav {
	color: #333;
	text-decoration: none;
}
a:visited.LNav {
	color: #333;
	text-decoration: none;
}
a:hover.LNav {
	color: #A50015;
 	text-decoration: none;
}



/* Stylised HTML elements*/
body {
	/*background: url(../images/bg.gif) #FFFFFF repeat-y 0;*/
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt; 
	/* T R B L */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		
p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11pt; 
}

h1.BodCopyHeaderPub {
	border: 0px solid #000000; /*width: 600px;*/
	color: #A50015; /*padding: 0px 0px 0px 0px;*/
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
	position: relative; /*padding-top:235px;*/
}

h1.BodCopyHeaderRes {
	color: #4998C0;
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

h2.BodCopyHeaderPub {
	color: inherit;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	position: relative;
}
h2 {
	color: inherit;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	position: relative;
}
h2.NavHeaderPub {
	background: transparent;
	color: #333333;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h2.NavHeaderRes {
	background: transparent;
	color: #A50015;
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}


/* Classes and other non HTML elelments*/
#centercontent {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	width:100%;	 		
}
html>body #centercontent {
	margin-left:0px;
	margin-right:0px;
}
#centercontent td {
	font-size: 11pt;
}
#centercontent2 {
	/* T R B L */
	padding: 0;
	font-size: 11pt; 	
	width:100%;	
}
html>body #centercontent2 {
	margin-left: 20px;
	margin-right: 190px;
}
#centercontent2 td {
	font-size: 11pt;
}
.none {	
	background-color: transparent;
}
.hide {
	display: none;
}
.footer {
	font-size: 8pt;
	/* T R B L */
	padding:5px 0px 5px 0px;
	margin-left:0px;
	margin-right:0px;
}	
.footer2 {
	font-size: 10pt;
	border: 0px solid #000000;
	border-right: 1px solid #CCC;
	/* T R B L */
	padding:5px 0px 5px 10px;
	margin-left:20px;
	margin-right:190px;
}	
.topNav {	
	font-weight: normal;
	text-align: center;
	color: White;
	font-size: .7em;
}
.backTop {
	display: none;
}
.hideshow {
	display: none;
}
#vclogo {
	display:none;
}
.welcometext {
	position:relative; 
	border:0px solid #000; 
	/*width:600px; */
	z-index:4; 
	background:#FFFFFF; 
	line-height:1.5em;
}
#welcomeimage {
	position:absolute; 
	top:70px; 
	right:195px; 
	border: 0px solid #000; 
	width:245px; 
	z-index:1
}
dd {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
}

dt {
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 3px;
}