body {font-size: 100%; }

A:link {
 color: #006666;  
 text-decoration:none;
 }
A:visited {
 color: #006666;
 text-decoration:none;
 }
A:hover {
 color: #419393;
 text-decoration:underline;
 }
A:active {
 color: #419393;
 text-decoration:underline;
 }
.artheadgrey {
	font-family : Arial, sans-serif;
	font-size : 1.8em;
	font-weight: bold;
	color : #999999;	
}
h1 {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.5em;
	font-weight: bold;
	color : #ffa50f;	
}
.h1 {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.5em;
	font-weight: bold;
	color : #ffa50f;	
}
.h1grey {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.5em;
	font-weight: bold;
	color : #868686;	
}
h2 {
font-family : Helvetica, verdana, arial, sans-serif;
font-size : 1.3em;
font-weight: bolder;
color : #ffa50f;
}
.h2 {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.3em;
	color : #ffa50f;
	font-weight: bold;
}
.h2grey {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.3em;
	font-weight: bold;
	color : #868686;	
}
h3 {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.1em;
	color : #868686;
	font-weight: bold;
}
.h3 {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.1em;
	color : #868686;
	font-weight: bold;
}
.h3grey {
	font-family : Helvetica, verdana, arial, sans-serif;
	font-size : 1.1em;
	font-weight: bold;
	color : #868686;	
}
p {
	font-family: Helvetica, verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
 }
 .p {
	font-family: Helvetica, verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
 }
 .small {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
 }
 .navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	font-weight: normal;
	width: 130px;
	list-style-type: none;
}
.navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.navcontainer a {
	color: #006666;
	background-color: none;
	display: block;
	padding: 2px;
	width: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.navcontainer a:link {
	color: #006666;
	text-decoration: none;
}

.navcontainer a:visited {
	color: #006666;
	text-decoration: none;
}

.navcontainer a:hover {
	color: #006666;
	background-color: #FFDCA0;
	text-decoration: none;
}