/* CSS Document */
html { 
   height:  100%;
   margin:  0; 
   padding:  0; 
} 
body {
    height:  auto  !important;
    height:  100%;
    min-height:  100%;
	position:  relative;
	background: url(/image/white.jpg);
	margin:  1; 
    padding:  0;	
}
 
.header {
	border-bottom: 5px solid #CCCCCC;
	padding-top: 2px;
	padding-left: 2px;
}
hr {
	color: #990000;
}

.nav #en{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	vertical-align: bottom;
}
.nav a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #840000;
	
	display: block;
	border: 2px outset #CCCCCC;
	background: #EEEEEE;
}

 .nav a:hover {
	color: #D20000;
	border: 2px outset #C3C3C3;
	background: #D4D4D4;
	text-decoration: none;
}
.nav a, .nav a:link, .nav a:visited, .nav a:active {
	color: #990000;
}


a, a:link,  a:visited, a:active{
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0085DD;
	text-decoration: underline;
}
 
h1 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
}
h3 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
h4 {
	font-size: 14px;
	color: #660000;
	text-align: center;
	padding: 3px;
	margin: 3px;
	background: #EEEEEE;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
h5 {
	font-size: 11px;
	color: #336699;
}
h6 {
}
.list {
	border: 1px solid #CCCCCC;
	list-style: url(/image/direct.png);
	text-align: left;
	height: 100%;
}
.list ul {
	margin-left: -5px;
	text-align: left;
	background: no-repeat;
}
.footer {
	background: #DDDCD5;
	font-size: 12px;
	text-align: center;
	color: #999999;
	padding-top: 5px;
	border-top: 2px solid #CCCCCC;
	position:  relative;
	bottom:  0;
}
.info {
	font-style: normal;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 11px;
	
}
.boot {
	background: #E2E2E2;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
.content {
	height:  100%;
	min-height: 100%;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 2px;
	padding: 3px;
	border: 1px solid #EEEEEE;
	width: 100%;
	
}
