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

/* CSS Document */
body {
  background:#fff;
  margin:0;
  padding:0;
}
body, div, span, td, tr, p, input {
  font-family:Arial;
  }
  a {
	font-family: Arial, Helvetica, sans-serif;
	}
 a:link {
	color: #004d90;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #004d90;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #004d90;
	font-size:12px;
}
a:active {
	text-decoration: none;
	color: #004d90;
	font-size:12px;
	}
	
	#allsize {
	height:950px;
	margin:0px;
	padding:0px;
	}
	
   .upline {
	width:100%;
	height:20px;
	background:url(images/upline-black.gif);
	text-align: center;
	}
	
	.uplinetxt {
	width:950px;
	color:#ffcc00;
	font-size:10px;
	padding: 3px 0px 0px 50px;
	float:left;
	}
	.uplinetxt a{
	width:950px;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	}
	
	.uplinesecond {
	width:100%;
	height:40px;
	background-color:#83579d;
	
	text-align: center;
	}
	
	#header { 	
width:950px;
height:150px;
text-align:left;
}

	.head {
	width:auto;
	height:150;
	float:left;
	}
	.logo {
	width:auto;
	height:150px;
	float:right;
	}
	.spaceline {
	width:950px;
	height:1px;
	background:#8c84a9;
	}
	
	#projects {
	width:950px;
	}
	.headstxt {
	text-align:left;
	} 
	.headstxt h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333399;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	} 
	.projectstxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333399;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	} 
	.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-align:left;
	} 
	
	#menu {
		width:950px;
		height:28px;
		position:relative;
		text-align:left;
		margin-top:9px;
	}
	.menu-cnt {
		display:inline;
		padding-right:40px;
	}
	
	.menu-cnt a{
		font-size:14px;
		font-weight:bold;
		color:#83579d;
		text-decoration:none;
		
	}
	
	#back-top {
	position: fixed;
	float:right;
	bottom: 30px;
	margin-left: 970px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}</pre></body></html>