@charset "iso-8859-2";
/* CSS Document */



/*--------------------------------------------------------------*\
	HTML
\*--------------------------------------------------------------*/


a {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
* html body { text-align: center; }
* html div { text-align: left; }
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
h1#title {
	margin: 10px 0;
	font-size: 150%;
	color: #000000;
}
h2 {
	margin: 6px 0;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}
img { border: none; }



/*--------------------------------------------------------------*\
	IDs
\*--------------------------------------------------------------*/



#content {
	float: left;
	width: 180mm;
}
#content-left {
	float: left;
	width: 110mm;
}
#content-right {
	float: right;
	width: 68mm;
}
#list h2 {
	margin: 6px 0 2px 0;
	padding: 2px 0 2px 30px;
	font-size: 85%;
	font-weight: normal;
	color: #949494;
}
#foot {
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #000000;
	font-size: 8pt;
}
#images { margin: 10px 0; }
#images img {
	border: 1px solid #F8B340;
	margin: 0 2px;
}

#tzLeft, #tzRight, #calendar, #tools, #body-left, #head, #navigation, #features, #bookmarks { display: none; }



/*--------------------------------------------------------------*\
	CLASSes
\*--------------------------------------------------------------*/



/* global.positions */

.abs-pos { position: absolute !important; }
.top { top: 0px !important; }
.right { right: 0px !important; }
.bottom { bottom: 0px !important; }
.left { left: 0px !important; }

/* global.alignment */

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }
.text-top { vertical-align: top; }
.centered {
	margin-left: auto !important;
	margin-right: auto !important;
}
.end-float { clear: both !important; }
.no-margin { margin: 0 !important; }

/* other */

.w50 { width: 50px; }
.wText { width: 155px; }
* html .wText { width: 148px; }
.date {
	font-size: 95%;
	font-weight: normal;
	color: #949494;
}
.box {
	display: block;
	padding: 10px 5px 0 5px;
	border-top: none;
	border-bottom: none;
}
.box h3 {
	margin: 0 0 3px 0;
	padding: 1px 0 1px 0;
	font-size: 100%;
	font-weight: bold;
}
.listBox { padding: 2px 5px 3px 13px; }
.listBox a { text-decoration: underline; }
.listBox p { margin: 8px 0; }
.sa_color1 { background-color:#FBF0CC; }
.sectionarticles { padding: 10px; }
.sectionarticles span { font-size: 8pt !important; }
.banner, .fullArticleButton, .hide, .another, .box-hidden, .toparticle, #article-foot { display: none; }
