BODY {	font-family: Arial, Helvetica, sans-serif;}

/*p tags of various persuasion*/
P { font: 0.8em/150% Arial, Helvetica, sans-serif; margin-left: 40px; margin-top: 10px; margin-right: 20px; margin-bottom: 15px; }

/*use toplink inconjuction with and up arrow to link to a top anchor on each page*/
P.toplink { font: .7em/13px verdana, geneva, helvetica, arial, sans-serif; margin-left: 10px; margin-top: 5px; margin-right: 5px; margin-bottom: 10px; }

/*use for captions, similar to p but bold and no left margin*/
P.caption {
	font: 0.8em/120% Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-weight : bold;
	margin-left : 0;
	color : #666666;
	border-bottom : 1px solid Silver;
}
.quote {
	font: bold 0.8em/120% Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	color: #0099CC;
	border: 1px none #0099CC;
	padding: 20px;
	background-color: #E6F9FF;
	text-align: left;
}

/* General linking behaviour*/
A:link, A:visited, A:active {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
A:hover { color: #666666; text-decoration: underline; font-weight: bold; }

/*linking behaviour for the navigation tabs*/
	a.nav:link,
	a.nav:active,
	a.nav:visited {
	color: #0099CC;
	text-decoration:none;
	font-family : sans-serif;
	font-size : .7em;
}
	a.nav:hover {
	color: #000099;
}
/* use for the 'active' navigation tab*/
td.nav {
	color: White;
	font-size : .7em;
	font-weight : bold;
}
/* use for the path string (breadcrumbs) at the top right of each page and 'also see' links added to top of page where necessary*/
.path {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size : .7em;
	margin-bottom : 10px;
	margin-top : 10px;
}

/*table styles*/
th.reg {
	font: bold .8em/normal Arial, Helvetica, sans-serif;
	text-align : left;
	padding-left : 10px;
	padding-top : 5px;
	padding-right : 5px;
}
td.reg {
	font: 0.8em/normal Arial, Helvetica, sans-serif;
	padding-left : 10px;
	padding-right : 15px;
	vertical-align : top;
}
tr.shade {
	background-color: #CFCFCF;
}
td.footer {
	font: 0.7em/normal Arial, Helvetica, sans-serif;
	background-color: #CFCFCF;
	text-align : center;
	padding-top : 5px;
}
/*heading styles*/
H1 {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	color: #000099;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
H2 { font: normal 1.2em arial, helvetica, sans-serif; color: #636563; margin-left: 27px; margin-top: 10px; margin-right: 0px; margin-bottom: 5px; padding: 6px; }
H2.rule {
	font: normal 1.2em arial, helvetica, sans-serif;
	color: #636563;
	margin-left: 27px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 6px;
	border-top : 1px solid #D3D3D3;
}
H3 { font: bold 1em/1.5em Arial, Helvetica, sans-serif; margin-left: 35px; margin-top: 10px; margin-right: 20px; margin-bottom: 5px; } 
H4 { font: bold .9em/normal Arial, Helvetica, sans-serif; margin-left: 40px; margin-top: 20px; margin-right: 20px; margin-bottom: 0px; } 
H5 { font: bold .8em/normal Arial, Helvetica, sans-serif;  color: #636563; margin-left: 40px; margin-top: 10px; margin-right: 20px; margin-bottom: 0px; } 

/*'regular' format for lists. Similar to 'p'  format but with reduced leading. 'ul' has associated bullit image*/
ul.regu {
	font: 0.8em/120% Arial, Helvetica, sans-serif;
	margin-left: 60px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	list-style-image: url(images/bllt.gif);
}
ol.rego {
	font: 0.8em/120% Arial, Helvetica, sans-serif;
	margin-left: 70px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
