<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	color:#474747;
}



.banner1 {
    background-color: #FFF;
}

.banner2 {
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
.banner3{
	background:#707174;
	border-left: 2px solid #FFF;
	padding-left:0px;
	padding-right:0px;
}
.border1{
	border: 2px solid #FFF;
}

.tab-pane {
    background-color: #fff;
    min-height: 100px;
    height: 100%;
    padding:  15px;
    padding-top: 0px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #e2e2e2;
  background-color:  #e2e2e2;
  border-radius: 4px 4px 0 0;
  color: #808080;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 15px 10px 5px 5px;
	outline:none;
}


.colum-top {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.breadcrumb1 {
    margin-top: 8px;
    margin-bottom: 5px;
	background-color: transparent;
}

.form-control2 {
    background-color: #FF817A;
}
.btn-danger:visited, .btn-warning:visited, .btn-success:visited{
	color:#ffffff;
}

</pre></body></html>