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

.banner {
	width:1100px;
	margin:auto;
	z-index: 1000;
	clear:both;
	position: absolute;
	text-align:right;
}
.line {
	table-layout:fixed;
empty-cells:show; 
border-collapse:collapse; 
border:1px solid #DDDDDD;
}
.line td{
border:1px solid #DDDDDD;
}
.shado{
	text-shadow:#000 0.1em 0.1em 0.2em
}

h1 {
	font-size: 12px;
	color: #CCC;
	font-weight:normal;
	margin: 5px;
}
h2 {
	font-size: 12px;
	color: #CCC;
	font-weight:normal;
}

.bodyborder {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer {
	font-size:12px;
	color:#333;
	font-family:tahoma, "ms Sans Serif", "microsoft sans Serif";
}
.footer a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.footer a:visited {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.footer a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 12px;
}

.footer a:active {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.red {
	color:#F00;
}
.blue {
	color:#007FFF;
}
.black {
	color:#000000;
}
hr {
	color:#ECECFB;
	size:1px;
}
.leftpad{
	margin-bottom: 0px;
	text-indent: 1.75em;
	margin-top: 30px;
}
  
.boxcenter{
	float: none;
	margin: auto;
	max-width: 450px;
   }

.pixmargin {
	margin:5px;
	padding:0px;
}

.bg1{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 457px;
	text-align: center;
	margin: auto;
	background-size: cover;
}
.headcontainer{
	width: 960px;
	margin: auto;
}
.bggray{
	background-color: #EFEFEF;
	min-height: 630px;
	margin: 0px;	
	background-size: cover;
}
.bgcnc{
	background-image:url(../images/bg2.jpg);
	    background-size: cover;
		background-repeat: repeat-x;
	height: 319px;
		background-position: center top;
	display:block;
}
.cnccenter{
width: 960px;
text-align: center;
	margin: auto;

}
.fontshadow , .fontshadow a{
		color: #FFFFFF; 
	font-size: 64px; 
	font-weight: bold;
	font-family: 'Quark Light 0', Tahoma; 
	text-shadow: 4px 2px 4px #000;
	text-decoration: none;
}
.bgpurple{
	background-color: #D3D9F1;
	min-height: 1100px;	
	background-size: cover;
}
.bgwhite{
	background-color: white;
	background-size: cover;
}
	.container {
		width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;

}
.frame{
	border: 1px solid #FFBB01;
	padding: 0px 20px;
	display: inline-block;
	margin-bottom: 20px;
	
}
.titlename{
	color: #225AB9;
	font-weight: 500;
	line-height: 10px;
	font-size: 37px;
}
.imgright {
  float: right;
  padding-right : 40px;
}
.boxcontact{
	max-width: 850px;
	margin: auto;
	font-size: 22px;
	color: #666666;
}
.prompt46black {
	font-family: Prompt;
	font-size: 40px;
	font-weight: 100;
	color: black;
	line-height: 30px;
	
}
.blue2{
	color: #3B5EDE;
	font-size: 26px;
	line-height: 26px;
}
.prompt34black{
	font-family: Prompt;
	color: black;
	font-size: 34px;
	font-weight: 400;
	margin: 0px;
	padding-top: 30px;
}
.purple{
	color: #395EDE;
	font-size: 24px;
}
.nav2{
	background-color: #fff;
	height: 58px;
	margin: 0px;
	position: fixed;
  top: 0;
  width: 100%;
	overflow: hidden;
}
.nav2contain{
	 width:960px;
 margin: auto;		
}
.nav2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
		height: 58px;
}

.nav2 li {
  float: left;
	 font-size: 24px;
	font-family: Prompt;
}
.nolink {
	margin-top: 12px;
	color: black;
}

.nav2 li a {
  display: block;
  color: #666666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.nav2 li a:hover {
	background: #2066C6;
	color: #C1F2FD;
	height: 32px;
}

.nav2 .active {
	color: #4769E0;
}
p{
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	
}
div {
    display: block;
}</pre></body></html>