BODY
{	
	BACKGROUND: url('background.jpg');
	font-family: Arial, Helvetica;
	font-style: normal;
	margin: 3px;
	margin-bottom: 2px;
}
.narrative 
{
	font-family: Arial, Helvetica;
	font-size : smaller;
}

.textcaption	
{
	font-family: Arial, Helvetica;
	font-size : larger;
	font-weight:bold;	
	color: rgb(0,0,0);
	text-decoration: none;
	margin: 0px;
}
.copy
{
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: rgb(48,96,96);
}
.caption
{
	font-weit: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: rgb(48,96,96);
}
.legend	
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-decoration: none;
	margin: 0px;
}
.imagetable
{
	border: 0px;
	width: 500px;
}
.icontable 
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
}
.iconcell
{
	text-align: center;
	vertical-align: center;
	width: 138px;
}
.links
{
	padding: 3px;
}
.largeimage
{
	border: solid white 3px;
	vertical-align : bottom;
}
.rightborder
{
	background-image: url(http://www.keypictures.com/Images/vertborder.gif);
	background-repeat:repeat-y;
}
.bottomborder
{
	background-image: url(../Images/horborder.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	text-align:left;
}
.cornerborder
{
	background-image: url(../Images/cornerborder.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left
}
.icon
{
	border: solid white 2px;
	vertical-align : bottom;
}

.shadow
{
	border-top: none;
	border-left: none;
	border-right: solid darkgray 2px;
	border-bottom: solid darkgray 2px;
}
.darkshadow
{
	border-top: none;
	border-left: none;
	border-right: solid gray 1px;
	border-bottom: solid gray 1px;
}
.footer
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	color: rgb(66,0,66);
	text-decoration: none;
	margin: 0px;
}

A {
	font-family:Arial, Helvetica;
	font-size:8pt;
	text-decoration:underline;
	color: rgb(84,0,100);
	margin: 0px;
}

A:hover {
	font-family:Arial, Helvetica;
	font-size:8pt;
	text-decoration:underline;
	color: rgb(84,0,100);
	margin: 0px;
}

A:visited {
	font-family:Arial, Helvetica;
	font-size:8pt;
	text-decoration:underline;
	color: rgb(84,0,100);
	margin: 0px;
}

A:visited:hover {
	font-family:Arial, Helvetica;
	font-size:8pt;
	text-decoration:underline;
	color: rgb(84,0,100);
	margin: 0px;
}