
html, body, div, p, table, tr, td, p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
}

body{
	margin: 0px;
	padding: 0px;
	background-color:	#00162D;
}

.all{
	text-align: center;
	background-image: url('../../img/bg-small.jpg');
	/*background-position: top center; */
	background-repeat: repeat-x;
	background-color:	#00162D;
	min-width: 1054px;
	padding-top: 28px;
}

	.all1054{
		width: 1054px;
		margin: auto;
	}

	.header{
		margin: auto;
		height: 133px;
		min-width: 1054px;
		background-image: url('../../img/_header.jpg');
		background-repeat: no-repeat;
	}

	.menu-bar{
		margin-left: 34px;
		height: 45px;
		text-align: center;
	}

	.menu-page{
		height: 45px;
		margin: auto;
		text-align: left;
		
	}


	.menu-page a, a:hover, a:visited, a:active{

	}

	a, a:visited, a:active{
		color: #0088CC;
		font-size: 12px;
	}

	a img{
		border: 0px;
	}

	.page{
		margin: auto;
		width: 986px;
	}


	.t_title{
		font-size: 13px;
		font-weight: bold;
		color: #006833;
	}

	.t_content{
		font-size: 11px;
	}



	form{
		margin: 0px;
		padding: 0px;
	}

	.footer{
		padding: 5px;
		padding-left: 20px;
		text-align: left;
		color: #66CC00;
		font-size: 11px;
	}

	.footer a, .footer a:active, .footer a:visited{
		font-size: 10px;
		color: #D1DDB8;;
		text-decoration: none;
	}

	.footer a:hover{
		font-size: 10px;
		color: #D1DDB8;;
	}

	h1{
		color: #003366;
		font-size: 15px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	h2{
		color: #003366;
		font-size: 13px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.err{
		color: #D20001;
		font-size: 11px;
		font-weight: bold;
	}

	.ok{
		color: #006C00;
		font-size: 11px;
		font-weight: bold;
	}


/*- Menu Tabs--------------------------- */
#tabs {
  float:left;
  width:98%;
  font-size:93%;
  line-height:normal;
  border-bottom: 2px solid gray;
}
#tabs ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:right;
  background:url("tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#fff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color: black;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }

    #tabs #current a {
            background-position:0% -42px;
				color: black;
    }
    #tabs #current a span {
            background-position:100% -42px;
				color: black;
    }


