<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.content_blank_h10{
	height: 10px;
}
.content_blank_h30{
	height: 30px;
}

a.content_h1{
	font-weight: bold;
	font-size: 2.25rem;
	color: #1A4898;
	
	border-bottom: 2px solid #cccccc;
}
.content_h2{
	font-weight: bold;
	font-size: 1.875rem;
	color: #1A4898;
}
.content_pageselect{  
	width: 20px;
    height: 20px;
	
	background-color: #ffffff;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	color: #000054;   
	
	display: block;
    float: left;
	
	text-align: center;
	
	border: 1px solid #000054;
	
    margin-right: 3px;
}
.content_pageselect:hover{   
    background-color:#000054;
	
    color:#ffffff;
}
.content_pagebank{
	width: 20px;
    height: 20px;
	
	background-color: #000054;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	color: #ffffff;   
	
	display: block;
    float: left;
	
	text-align: center;
	
	border: 1px solid #000054;
	
    margin-right: 3px;
}
.content_pagenav{   
	width: 80px;
	height: 20px;
	
	background-color: #ffffff;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	color: #000054;   
	
	display: block;
    float: left;
	
	text-align: center;
	
	border: 1px solid #000054;
	
    margin-right: 3px;
}
.content_pagenav:hover{
	background-color:#000054;
	
    color:#ffffff;
}

.content_download_icon1{
	width: 3%;
	
	display: table-cell;
	float: left;
	
	padding: 2px;
}
a.content_download_link1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #730000;
}
a.content_download_link1:hover{
	color: #d3171e;
}
.content_download_tr1{
	width: 100%;
	
	text-align: left;
	
	border-bottom: 1px solid #cccccc;
	
	padding: 10px;;
}

.content_gallery_photo1{
	width: 80%;
	
	position: relative; 
	
	overflow: hidden;
	
	margin: 30px auto;
}
.content_gallery_photo1 img{
	width: 100%;
	height: auto;
}
.content_gallery_text1{
	width: 100%;
	
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	
	font-weight: bold;
	font-size: 1.5rem;
	color: #ffffff;
	
	position: absolute;
	bottom: 0;
	
	padding: 20px;
}

.content_media_close{
	font-weight: bold;
	font-size: 1.875rem;
	color: #ffffff;
	
	float: right;
}
.content_media_close:hover,
.content_media_close:focus{
	color: #000000;
	
	text-decoration: none;
	
	cursor: pointer;
}
.content_media_icon1{
	width: 3%;
	
	display: table-cell;
	float: left;
	
	padding: 2px;
}
a.content_media_link1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #730000;
	
	cursor: pointer;
}
a.content_media_link1:hover{
	color: #d3171e;
}
.content_media_tr1{
	width: 100%;
	
	text-align: left;
	
	border-bottom: 1px solid #cccccc;
	
	padding: 10px;;
}
.content_media_modal{
	width: 100%;
	height: 100%;
	
	background-color: rgba(0, 0, 0, 0.5);
	
	display: none;
	
	position: fixed;
	left: 0;
	top: 0;
	
	overflow: auto;
	
	padding-top: 100px;
	
	z-index: 2;
}

.frm1_modal{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	padding-top: 100px;
	z-index: 1;
}
.frm1_modal_body{
	text-align: center;
}
.frm1_modal_close{
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	float: right;
	text-shadow: 0 0 3px #000;
	margin-top: -10px;
}
.frm1_modal_close:hover, .frm1_modal_close:focus{
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}
.frm1_modal_content{
	min-width: 50%;
	max-width: 300px;
	position: relative;
	margin: auto;
	padding: 20px;
	animation-name: modal_animatetop;
	animation-duration: 0.7s
}
@keyframes modal_animatetop{
  from{opacity:0;}
  to{opacity:1;}
}
.frm1_modal_header{
	font-weight: bold;
	font-size: 1.125rem;
	color: #fff;
	text-shadow: 0 0 3px #000;
	padding-bottom: 10px;
}

@-webkit-keyframes content_media_animatetop{
	from{
		top: -300px;
		opacity: 0;
	}to{
		top: 0;
		opacity: 1;
	}
}
@keyframes content_media_animatetop{
	from{
		top: -300px;
		opacity: 0;
	}to{
		top: 0;
		opacity: 1;
	}
}

a.content_multi_link1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #060940;
}
a.content_multi_link1:hover{
	text-decoration:underline;
}
.content_multi_icon1{
	width: 36px;
	
	display: table-cell;
	float: left;
	
	padding: 2px 12px 2px 2px;
}
.content_multi_sec1{
	width: 25%;
	
	float: left;
	
	overflow: hidden;
	
	padding-right: 10px;
}
.content_multi_sec1 img{
	width: 100%;
	height: auto;
}
.content_multi_sec2{
	width: 100%;
}
.content_multi_style1{
	font-size: 1.5rem;
	line-height: 1.4;
}
.content_multi_text1{
	display: table-cell;
}
.content_multi_tr1{
	width: 100%;
	
	text-align: left;
	
	border-bottom: 1px solid #cccccc;
	
	padding: 0 10px;;
}

.content_single_photo1{
	width: 100%;
	
	text-align: center;
	
	overflow: hidden;
}
.content_single_photo1 img{
	max-width: 80%;
	height: auto;
}
.content_single_sec1{
	width: 100%;
	
	padding: 30px 0;
}
.content_single_style1{
	font-size: 1.5rem;
	line-height: 1.4;
}</pre></body></html>