<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4C506B;
}
body {
	background-image: url(images/pg_bg.jpg);
	background-repeat: repeat-x;
	background-color: #636885;
	background-attachment:fixed;
}
a {
	font-size: 11px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.untext {
	color: #CCC;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}

.para_left_img{
	float:left;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
}

.para_right_img{
	float:right;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:10px;
	padding-right:1px;
}

.caption { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:left;
	text-align:center;
	color:#737373;
	font-size: 9px;
	 } 
	 
.captionright { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:right;
	text-align:center;
	color:#737373;
	font-size: 9px;
	 } 
	 
.horizontal_dotted_line
{
border-bottom: 2px dotted #C2C5D3;
width: 790px;
}

.dottedborder{
	
	width:700px;
	margin: 0 auto;
	padding:20px;
	background:#636885;
	border:2px dotted #C2C5D3;
	color: #FFF;
	
}

.maintextbox{
	width:650px;
	margin: 0 auto;
	padding:50px;
	background:#c2c5d3;

	}

.bib{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	
.dottedborder a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	
ul.image_gallery {
    height: auto;
    margin: 5px 0 0;
    padding: 0 20px 0 10px;
    text-align: center;
    width: 100%;
}

.image_gallery li {
    border: medium none;
    display: inline-block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    height: 170px;
    list-style: none outside none;
    margin: 0 12px 8px 5px;
    text-align: center;
    width: auto;
}

.centerText {
    color: #ccc;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}</pre></body></html>