body
{
	font-family: Arial;
	background-color: #d7d7d7;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
}

img { border: 0px;  }

form { margin: 0px; }

hr
{
    height: 1px;
    color: #8b99ad;
}

.small
{
	font-size: 8pt;
}

.smaller
{
	font-size: 7pt;
}

table
{
	border-collapse: collapse;
}

td
{
	font-size: 10pt;
}

a:link  
{
  	text-decoration : none;
  	color : #731f1b;
  } 

a:Visited  
{
  	text-decoration : none;
  	color : #731f1b;
 }
a:Active  {
  	text-decoration : underline;
  	color : #731f1b;
 }
a:Hover  {
  	text-decoration : underline;
  	color : #731f1b;
  }

.noPadding
{
	padding: 0px;
}

.divMain
{
	margin-left: 15%;
	margin-right: 10%;
	width: 900px;
	border: solid 1px #555555;
}

table.tblMain
{
	width: 900px;
	background-color: white;
	
}

div.divHeader
{
	background-color: #1f3b70;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	padding: 8px;
	
}

div.divCopy
{
	color: white;
}

div.divPhotos
{
	width: 125px;
	height: 607px;
	overflow: auto;
}

div.divImage
{
	border: solid 1px #555555;
	margin-left: 4px;
}

div.lyrPic
{
    z-index: 5; 
    position: absolute; 
    top: 125px; 
    left: -1200px; 
    border: solid 3px #545454;
}	






