BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	list-style : disc;
	list-style-type : circle;
	font-weight : normal;
	background-color : White;

}

p
{
	text-indent: 32px;
	text-align: justify;
	margin-bottom : 2pt;
}

	p.quotes {text-indent: 64px;
	margin-left: 5%;
	margin-right: 5%;
	color: #006000;}

p.centre{
	text-align: center;
	text-indent: 0px;
}

p.right{
	text-align: right;
	text-indent: 0px;
}

p.caption{
	text-align: center;
	font-size: 12pt; 
	font-style:italic
}

p.update{ 
	text-align: right;
	font-size: 8pt;
	color: Red;
 }

A {	text-decoration: none;}

A:visited {	color: Teal;
	font-size : 12pt;}
	
A:link {	color: #0000FF;	font-size : 12pt;}

A:hover {	color: red;  font-size : 12pt}

a.comment:link {
	color: #0000FF;
	font-size : 12pt;
	font-variant: small-caps;
	font-weight : bold;
}
a.comment:hover {	color: #00FF00;	font-size : 12pt;  font-variant: small-caps;}
a.comment:visited {	color: #FF0000;	font-size : 12pt;  font-variant: small-caps;}

.more{ display: none; }

a.hideLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		}

a.showLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		}
		
a.showLink:hover{
		border-bottom: 1px dotted #36f; }
		
td.menu
{ 
background: url("filler.gif");
background-repeat: no-repeat;
height: 30px;
width: 150px;
 }

h1 {
	color:#ff4040;
	text-align : center;
	font-weight : lighter;
	font-size: 16pt;
}

h2 { 
	color:#ff4040;
	text-align : center;
	font-variant: small-caps;
	font-family: sans-serif;
	font-size: 16pt;
	line-height : 12pt;
}

h3 {
	color:#ff4040;
	text-align : center;
	font-size: 16pt;

}
h4{
	color:#ff4040;
	text-align : center;
	font-variant: small-caps;
	font-family: sans-serif;
	font-weight : lighter;
	font-size: 14pt;
	margin-bottom : 2pt;
}
h5{
	font-variant: small-caps;
	font-family: sans-serif;

	color:#ff4040;
	text-align: left;
	font-size: 12pt;
	text-indent: 64px;
}

h6{
	color: #ff4040;
	font-variant: small-caps;
	font-family: sans-serif;
	font-size: 12pt;

	text-align: center
}


div.pbar {
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 5pt;
	padding-top: 50px;
	color: #003000;
	background-color: White;
	height: auto;


	}
	
	


div.bar 
{
	width: 100%;
	padding-top: 5pt;
	padding-bottom: 5pt;
	color: #003000;
	background-color: White;
	height: auto;
	float: none;
	clear: both;
	
}


div.menubar
{
	background-color : #ffd0d0;
	position : absolute;
	left:0px;
	top: 0px;
	height: 40px;
	width: 100%;
	clear: both;
}
	
div.navilayer {
	position: absolute;
	top: 20px;
	visibility: hidden;
	width: 220px;
	z-index: 2;
	background-color : #ffd0d0;
	font-size : 10pt;
	
}


div.navilayer div {
	width: 220px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	background-color : #ffd0d0;
	text-align: center;
	font-size: 9pt;
	}

div.navilayer a {
	display: block;
	font-size : 9pt;
	font-variant: small-caps;
}

div.navilayer a:visited {
	display: block;
	font-variant: small-caps;
	font-size : 9pt;
}

div.navilayer div.over {
	background: #cc0000;
}

div.navilayer div.over a {
	color: #ffffff;
	}
	
	.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: White;
	padding: 1px;
	left: -1000px;
	border: 1px groove gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -350px; /*position where enlarged image should offset horizontally */
}
