/* CSS Document */



.style1{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}
.style2{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style3{
	color: #0034BD;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style4{
	color: #0034BD;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style5{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style6{
	color: #007DDE;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style7{
	color: #B90000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style8{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}
.style9{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style10{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style11{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
.style12{
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style13{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}
.style14{
	color: #B90000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.style15{
	color: #B90000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
.style16{
	color: #B90000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
.style17{
	color: #0034BD;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}
.style20{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	font-family: HandelGothic BT, Verdana, sans-serif;
}

body{
	color: #1F001F;
	font-size: 12px;
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
} 

a:link {	text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; }
a:active {text-decoration: none; }

/* GENERIC ASPect styles */
#global-nav a { display: block; float: right; padding: 2 17px; border-left: 1px solid #a3a3a3; border-right: 1px solid #545454; background-color: #7e7e7e; height: 18px; line-height: 16px; color: white; text-decoration:none; }
#global-nav a:hover, 
#global-nav a.active {  color: #FEDEDE; background-color: #545454; }

/* GENERIC ASPect styles */
#image-nav a { display: block; float: left; padding: 0 17px; border-left: 1px solid #FFFFFF; border-right: 1px solid #D0D0D0; border-bottom: 2px solid #D0D0D0; background-color: #E0E0E0; height: 18px; line-height: 16px; color: #545454; text-decoration:none; }
#image-nav a:hover, 
#image-nav a.active {  color: #952B2B; background-color: #FFFFFF; }

/* GENERIC ASPect styles */
#local-nav a { text-decoration: none; }
#local-nav a:hover { color: #952B2B; text-decoration: underline; }

/* GENERIC ASPect styles */
#history-nav a { display: block; float: center; padding: 2 17px; border-left: 1px solid #a3a3a3; border-right: 1px solid #545454; background-color: #7e7e7e; height: 32px; line-height: 16px; color: white; text-decoration:none; }
#history-nav a:hover, 
#history-nav a.active {  color: #FEDEDE; background-color: #545454; }

/* GENERIC ASPect styles */
#history-head-nav a { display: block; float: center; padding: 2 17px; border-left: 1px solid #a3a3a3; border-right: 1px solid #545454; background-color: #9c3931; height: 32px; line-height: 16px; color: white; text-decoration:none; }
#history-head-nav a:hover, 
#history-head-nav a.active {  color: #FEDEDE; background-color: #545454; }

h1 {
   color: #000000;
   font-size: 20px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-top: 0px;
   margin-bottom: 3px;
}

h2 {
	color: #000000;
   font-size: 18px;
	font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gallery1 {width:100%; overflow:hidden;}
#gallery1 a {position:relative; float:left; margin:5px;}
#gallery1 a span { display:none; background-image:url(images/zoom_sm_1.0.gif); background-repeat:no-repeat; width:48px; height:48px; position:absolute; left:15px; top:15px;}
#gallery1 img { border: solid 1px #999; padding:5px;} 
#gallery1 a:hover span { display:block;} 
 