﻿/* GENERAL */
/* ============================================================================== */
body, input, textarea, p, div, #content, ul, li, span, a, table, tr, th, td {
	color: #000;
	background: none;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	padding: 0cm;
	margin: 0cm;
	font-weight: normal;
}
p {
	margin: 0pt 0pt 10pt 0pt;
}
.hotbox, .box_yellow {
	border: 1pt solid #000;
}
/* THINGS TO HIDE */
/* ============================================================================== */
.box_yellow, .box_blue, .boxcont_yellow, .boxcont_blue {
	border: 0pt;
	background: none;
}
#header, tabs-bar, .container_curves img, #language_box, #menu, #sub-nav, .footer, #shadow-container {
	display: none;
}
/* ZERO MARGIN AND PADDING */
/* ============================================================================== */
#container {
	margin: 0pt;
	padding: 0pt;
}
div.hr-fullsize {
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0pt 0pt 10pt 0pt;
}
/* COLOR= BLACK */
/* ============================================================================== */
h1, h2, h3, h4, h5, h6, a {
	color: #000;
	font-weight: bold;
}
/* HEADLINES */
/* ============================================================================== */
h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 13px/140% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
a {
	font-weight: normal;
}
table {
	border: 0pt;
}
th {
	background-color: #666;
	border-bottom: 1pt solid #000;
	border-top: 1pt solid #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 7pt;
}
tr {
	border-bottom: 1pt solid #000;
	border-left: 1pt solid #000;
	border-right: 1pt solid #000;
}
/* LISTS */
/* ============================================================================== */
ul {
	padding: 0pt;
	margin: 0pt 0pt 14pt 14pt;
}
.point li, .biglist li, .links li, .checklist li, .boxpoint li, .boxlink li {
	background: none;
	list-style: none;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0pt 0pt 0pt 10pt;
	margin: 0pt 0pt 0pt 0pt;
}
.checklist li {
	list-style-type: decimal;
}
.links li {
	list-style-type: square;
}
