@charset "utf-8";
/* CSS Document */

body {
	background-color: #c5c5c5;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: sans-serif, Arial, Verdana;
	color: #000;
	}
a {
	text-decoration: none;
	font-weight: normal;
	font-size: 8.5pt;
	line-height: 12pt;
	color:  #1F52B2;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	color: #730202;
	font-weight: normal;
	text-decoration: underline;
	}
p {
	font-size: 11pt;
	line-height: 14pt;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	}
h1 {
	font-size: 14pt;
	line-height: 20pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #1F52B2;
	}
h2 {
	font-size: 13pt;
	line-height: 17pt;
	font-weight: bold;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 0;
	color: #203573;
	}
h3 {
	font-size: 13pt;
	line-height: 17pt;
	font-weight: bold;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 0;
	color: #730202;
	}
h4 {
	font-size: 13pt;
	line-height: 17pt;
	font-weight: bold;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 0;
	color: #454545;
	}
h5 {
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0;
	}
h6 {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	}
td {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.gold {
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #736436;
	}
.red {
	font-size: 8.5pt;
	line-height: 10pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #730202;
	}
a img {
    border: none; 
} 
.img {
border: 1px thin #736436;
}
.outline {
  border: 1px solid #b7bcc5;
  margin: 7px;
}
.outline_white {
  border: 1px solid #ffffff;
}
.artblock {
  border: 1px solid #c5c9d1;
  background-image: url(../images/art-block.jpg);
  background-repeat: repeat-x;
}
ul
{
list-style-type: circle;
line-height:inherit;
font-size: 11pt;
line-height: 14pt;
}
li
{
list-style-type:disc;
line-height:inherit;
font-size: 9pt;
line-height: 14pt;
}
.bul {
	font-size: 13pt;
	font-weight: bold;
} 
.linksa {
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0;
	color: #1f52b2;
	text-decoration:none;
	}
.linksa:visited {
	text-decoration: none;
	color: #1f52b2;
	}
.linksa:active {
	text-decoration: none;
	color: #203573;
	}
.linksa:hover {
	color: #730202;
	font-weight: normal;
	text-decoration: none;
	}
.small {
	font-weight: normal;
	font-size: 6pt;
	line-height: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;	
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F3F3F3;
width: 404px;
padding: 2px;
left: -1000px;
border: 1px solid 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: -200px;
left:-100px; /*position where enlarged image should offset horizontally */

}


