<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
} 
hr{ display: none;}
a{
  color: #820800;
}
a:hover{
	color: #b70000;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    
}

body{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0 0;
  	background: #cccccc;
    margin: 0;
  color: #444;
}

h1, h2, h3{
  font-weight: 400;
  
  
}
h1{
  font-size: 28px;
  color: #820800;
  font-weight: 800;
  padding: 15px 0 7px 0;
}
h1.small{
  font-size: 28px;
}
h2{
  font-size: 22px;
  color: #333;
  padding: 10px 0 7px 0;
}
h3{
  font-size: 18px;
  color: #333;
  padding: 15px 0 7px 0;
}

p{
  line-height: 160%;
  padding: 0 0 8px 0;
  text-align: justify;
}

ol, ul{
  padding: 4px 0 8px 15px;
}
ol li, ul li{
  padding: 3px 0;
}
ul li{
  list-style: square;
}



#roundheader, #roundcontent, #roundfooter{
  width: 100%;
  text-align: center;
}
#roundheader{
  background: #820800;
  border-bottom: 5px solid #4b4b4b;
}
#roundfooter{
  background: #cccccc;
}
#roundcontent{
  background: #fff;
}

#header, #content, #footer{
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header{
  height: 100px;

}
#logo{
  position: absolute;
  left: 10px;
  bottom: 00px;

  font-size: 45px;
  text-decoration: none;
  font-weight: bold;
}
#topmenu{
  margin: 0 auto;
  padding: 0px 0px;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 20px;
}

#topmenu ul{
  list-style: none;

}
#topmenu ul li{
  padding: 0px 0px 0px 6px;
  display: block;
  float: left;
}

#topmenu ul li a{
  font-size: 13px;
  color: #fff;
  border
  display: block;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
  border-bottom: 4px solid #fff;

}
#topmenu ul li.first a{
  padding-left: 12px;
}
#topmenu ul li a:hover{
  text-decoration: none;
  color: #fff;
  border-bottom: 4px solid #400400;
}
#topmenu ul li a.active{
  text-decoration: none;
  color: #fff;
  border-bottom: 4px solid #400400;
}
#topmenu ul li a.active:hover{
  text-decoration: underline;
}

#content{
  padding: 10px 0;
  width: 960px;
}

#footer{
  
  font-size: 90%;
  color: #444;
  padding: 30px 0;
  text-align: center;
}
#footer a{
  padding: 0 10px ;
  color: #000;
}

.leftpanel{
  float: left;
  width: 736px;

}
.rightpanel{
  float: right;
  width: 200px;
  margin-bottom: 20px;
}

.amlink{
  font-size: 14px;
  color: #fff;

  display: block;
  width: 180px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7);
  background: #820800;
  margin: 5px 0 20px;
}
.amlink:hover{
  color: #fff;
  background: #400400;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.centered{
  text-align: center;
}
p.small{
  font-size: 11px;
}
.gallery{
  text-align: center;
  margin-bottom: 20px;
}
.photo{
  display: inline;
}

.ttds, table.td{
  border-collapse: collapse;
  width: 100%;
}

table.td{
  margin-bottom: 10px;
}

.ttds td, table.td td{
  padding: 5px;
  border-top: 1px solid #ccc;
}
table.td td.td{
  width: 400px;
  vertical-align: top;
}
table.td th{
  padding: 5px;
  background: #666;
  color: #fff;
  border-top: 5px solid #fff;
}
.ttds tr.dark td, table.td .td2{
  background: #f4f4f4;
}
.ttds tr.light td{

}
.ttds .sig{
  text-align: left;
}
.ttds .val{
  text-align: right;
}
.ilinks{

}
.ilinks a{
  float: left;
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: #666;
  width: 220px;
  margin: 10px;
}
.ilinks a img{
  width: 100%;
}

.ulink{
  float: left;
  display: block;
  text-align: center;
}

.uprodbox{
  float: left;
  width: 230px;
  padding: 5px;
  position: relative;
}
.uprodbox .tlink{
  font-size: 20px;
  font-weight: bold;
}
.uprodbox .img{

}
.uprodbox .img img{
  width: 100%;
}
.uprodbox .text{
  font-size: 90%;
  height: 400px;
  position: relative;
}
.uprodbox .tmore{
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 5px;
  display: block;
  width: 100px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7);
  background: #820800;
  margin: 5px 10px 20px;
}
.usb3{
  position: absolute;
  right: 0;
  top: -5px;
}</pre></body></html>