@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,form,caption,.hidden,.vanish{margin:0;padding:0;}
body {
	color:#7a7770;
	line-height:1.4;
	behavior: url(../script/csshover.htc);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

p,blockquote{margin-top:1em;margin-bottom:1em;}
p,ol,ul,dl,td{text-align:justify;}
blockquote{margin-right:2em;margin-left:2em;}
dd{margin-left:1em; margin-right:0; padding:0;}
fieldset{margin:0;padding:0.75em;}
a{text-decoration:none;background-color:transparent;color: #7a7770;}
a:hover,a:focus{
	text-decoration:none;
	color: #000000;
}
img{border:none;}
th,td{padding:0.1em 0.2em;}
th{text-align:center;}
caption{margin-right:auto;margin-left:auto;}
code, samp{font-family: fixedsys, Courier, monospace;}
textarea{overflow:auto;}

/*the cursor as help*/
acronym,abbr,.prompt{cursor:help;}

/**debugs**/

/*ie hasLayout*/
.hasLayout{min-height:0;}
* html .hasLayout{height:0;}
/*form controls re-sized in ie*/
input,select,textarea{font-size:91%;}/*remedy ie6*/
* html input.btn{font-size:80%;}/*ie6 initialize input type=button with class=btn*/
button{font-size:91%;}/*remedy ie7*/


/*hack ie non-Layout*/
.hotarea{
	height:1px;
	position: relative;
}
html>body .hotarea{height:auto;min-height:1px;}

/**general classes**/
/*preload images*/
.preload{background-position:-500em -500em;background-repeat:no-repeat;}
/*initial caps*/
.DropCap:first-letter {float:left;font-size:250%;line-height:1;margin-right:0.2em;}
/*accesskey*/
.hotkey{text-decoration:underline;}

/*invisible*/
.hidden{display:none;}
.vanish{position:absolute;top:-500em;left:-500em;}
/*stop floated*/
.clr{clear:both;display:block;}
.alignr {
	text-align: right;
}
.alignm {
	text-align: center;
}
.alignl {
	text-align: left;
}

.Hnav li {
	float: left;
}
.Hnav li a {
	float: left;
}
ul li {
	list-style-type: none;
}
.line_lf {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
address {
	font-style: normal;
}
#footer .others {
	color: #999999;
}
#footer address {
float:left;
}
#footer .others {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}
.levels {
	color: #1868AF;
}
.red {
color:#CC0000;
}
.blue {
	color: #1868AF;
}
.orange {
	color:ec9c0f;
}
#MainNav .e {
display:none;
}