@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Orienta);
@import url(http://fonts.googleapis.com/css?family=Fresca);
@import url(http://fonts.googleapis.com/css?family=Oswald);
body{
	margin:0px;
}
.maintable {
	width: 100%;
}
.midtable{
	width:1030px;
}
h1{
	margin:0px;
}
h2{
	font-family: 'Fresca', sans-serif;
	font-size:26px;
	color:#004E9B;
	margin:0px;
	text-align:left;
}
h3{
	font-family: 'Fresca', sans-serif;
	font-size:22px;
	color:#999;
	margin:0px;
	text-align:left;
}
a.top-nav:link,a.top-nav:visited,a.top-nav:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ccc;
	text-decoration:none;
}
a.top-nav:hover{
	color:#FFF;
}
a.bnav:link,a.bnav:visited,a.bnav:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#06C;
	text-decoration:none;
	text-align:left;
}
a.bnav:hover{
	text-decoration:underline;
}
.top-strip{
	background-color: #000000;
	height: 40px;
}
.co-name{
	font-family: 'Orienta', sans-serif;
	font-size: 22px;
	color: #333;
	line-height: 25px;
}.menu-bg {
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	height:49px;
}
.login-bg {
	background-image: url(../../images/login-bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
.txt-box{
	width:220px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	border:solid 1px #CCCCCC;
	padding-left:8px;
}
.subtitle{
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	color:#FFF;
}
.otitle{
	font-family: 'Fresca', sans-serif;
	font-size:20px;
	color:#333;
}
.subsubtitle{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#063;
	font-weight:bold;
	text-align:left;
}
.date-txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	padding:5px;
	text-align:left;
}
.news-txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:5px;
	text-align:left;
}
.button1 {
	background: #4E9898;
	height: 25px;
	width: 100px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 28px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border:solid 1px #666;
}
.button1:hover {
  background-color:#333;
}
.button-grey {
	background: #e5e5e5;
	height: 20px;
	width: 90px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border:solid 1px #999999;
}
.button-grey:hover {
  background-color:#999;
  color:#fff;
}
#search {
}
#search input[type="text"] {
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
#search input[type="text"]:focus {
    width: 200px;
}
.btn {
  background: #004488;
  background-image: -webkit-linear-gradient(top, #004488, #2980b9);
  background-image: -moz-linear-gradient(top, #004488, #2980b9);
  background-image: -ms-linear-gradient(top, #004488, #2980b9);
  background-image: -o-linear-gradient(top, #004488, #2980b9);
  background-image: linear-gradient(to bottom, #004488, #2980b9);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #fff;
  font-size: 15px;
  padding: 6px 8px 6px 8px;
  border: solid #1f628d 1px;
  text-decoration: none;
  text-transform:uppercase;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.space{
	line-height:6px;
}
.green-box{
	background-color:#D93600;
	width:263px;
	height:36px;
}
a.fnav:link,a.fnav:active,a.fnav:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
a.fnav:hover{
	color:#FC0;
}
a.onav:link,a.onav:active,a.onav:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#F60;
	text-decoration:none;
}
a.onav:hover{
	color:#333;
}
.td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:left;
}
.td1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:right;
}
.td2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:center;
}
.font{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:justify;
}
.orange-box{
	background-color: #FFCC00;
	width: 260px;
	border: 1px solid #CCC;
	height: 40px;
	font-family: 'Fresca', sans-serif;
	font-size:20px;
	color:#333;
	text-align:center;
}
.blue-box{
	background-color:#0058B0;
	width:260px;
	border: 1px solid #CCC;
	height:40px;
	font-family: 'Fresca', sans-serif;
	font-size:20px;
	color:#fff;
	text-align:center;
}
a.more:link,a.more:active,a.more:visited{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	color:#FF9900;
	transition:color 0.25s ease-out;
	text-decoration:none;
}
a.more:hover{
	transition:color 0.25s ease-in;
	color:#666;
}
.box-brd{
	border: 1px solid #CCC;
	margin:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.brd-top{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.txt-box{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border:solid 1px #CCCCCC;
	padding-left:8px;
}
.txt-area{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border:solid 1px #CCCCCC;
	padding-left:8px;
	height:56px;
}
.list-value{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border:solid 1px #CCCCCC;
	padding-left:8px;
	color:#000;
	
}
.white-font{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
.gal-box{
	width: 210px;
	height: 165px;
	border: 1px solid #CCC;
}
.has-error{color:#FF0000}