@charset "utf-8";
body {
	font-size: 1em;
	color: #000;
	line-height: 1.5em; 
}
p {
	margin-bottom: 1.4em;
}
a{
	color #000;
	text-decoration: none;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}

.column-right, .content-left, .top, .control, .older-news, .no-print{
	display: none;
}

.image-left{
	float: left;
	margin-right: 20px;
}
.image-right{
	float: right;
	margin-left: 20px;
}
.clear{
	clear: both;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}

.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w110{ width: 110px; }
.w120{ width: 120px; }
.w130{ width: 130px; }
.w140{ width: 140px; }
.w150{ width: 150px; }
.w180{ width: 180px; }
.w200{ width: 200px; }
.w230{ width: 230px; }
.w250{ width: 250px; }
.w300{ width: 300px; }
.w400{ width: 400px; }
.w500{ width: 500px; }
.w550{ width: 550px; }
.w600{ width: 600px; }

.w10p{ width: 10%; }
.w14p{ width: 14%; }
.w16p{ width: 16%; }
.w20p{ width: 20%; }
.w30p{ width: 30%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }

.pdf{ background: url(../images/ico_pdf.gif) no-repeat; }
.doc{ background: url(../images/ico_doc.gif) no-repeat 0 0.1em; }
.xls{ background: url(../images/ico_xls.gif) no-repeat 0 0.1em; }
.pdf, .doc, .xls{ padding-left: 17px; }

.table-border{
	background: #EAF4FB;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	margin-top: 1.2em;
}
.table-border th{
	background: #77ACCF;
	color: #fff;
	padding: 2px 8px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.table-border td{
	padding: 2px 8px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.dark{
	background: #DAE8F2;
}
.table-noborder{
}
.table-noborder th, .table-noborder td{
	padding: 1px 8px 1px 0;
}

.font-bigger{
	font-size: 1.25em;
}

