@charset "UTF-8";

@font-face {
    font-family: 'tgothic';
    src: url('../../_assets/_fonts/tradegothicltstd_cn18-webfont.eot');
    src: url('../../_assets/_fonts/tradegothicltstd_cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../_assets/_fonts/tradegothicltstd_cn18-webfont.woff') format('woff'),
         url('../../_assets/_fonts/tradegothicltstd_cn18-webfont.ttf') format('truetype'),
         url('../../_assets/_fonts/tradegothicltstd_cn18-webfont.svg#TradeGothicLTStdCnNo.18') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tbold';
    src: url('../../_assets/_fonts/tradegothicltstd-bold-webfont.eot');
    src: url('../../_assets/_fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../_assets/_fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('../../_assets/_fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('../../_assets/_fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF;
	background-image: none;
} 		  
.title {
	color: #000;
	font-weight: bold;
}
#header-links {
	display: none;
}
h2 {
	color: #000;
	font-size: 24px;
	font-family: tbold;
}
h6 {
	font-size: 10px;
	color: #000;
	font-family: Helvetica, Arial, san-serif;
	font-weight: lighter;
}
#site-title {
	font-family: tbold;
	font-size: 24px;
	/* [disabled]color: #000; */
	text-decoration: none;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
	padding-bottom: -50px;
}
#site-title a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0;
}	
.title-header {
	color: #000;
	font-weight: bold;
}
#css3menu1 {
	display: none;
}
#container {
	background-color: #FFF;
	height: auto;
	width: auto;
	margin: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tip {
	border: 1px solid #000;
	padding: 12px;
}
.tip-title {
	font-weight: bold;
}
.print {
	display: none;
}
#print-contact {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 10px;
	font-size: 12px;
}
#sidebar {
	display: none;
}
#footer {
	display: none;
}
.no-screen {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 15px;
	display: block;
	float: left;
	width: 100%;
	/* [disabled]height: 100px; */
}
