body {font-family: Arial, Helvetica;}


#text
{
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

#text p, #text li
{
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.title
{
	color: #06367F;
	font-size: 12pt;
	font-weight: bold;
	width: 220px;
	text-align: right;
	margin-top: 25px;
	border-bottom: 1px #06367F solid;
}

.titleblock
{
	width: 10px;
	height: 3px;
	background-color: #06367F;
	margin-left: 210px;
	margin-bottom: -10px;
}

a:link , a:visited { color: #06367F; }
a:hover { color: #F90; }

.note
{
	color: #666;
	font-size: 8pt;
	text-align: right;
	font-style: italic;
	padding: 5px;
}




/* Page content */
table.data
{
	border-collapse: collapse;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}

.data td
{
	background-color: #ffffff;
	padding: 3px;
	border-color: #666;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

.data th
{
	background-color: #CCC;
	padding: 3px 6px;
	border-color: #666;
	font-weight: bold;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
}

td.firstcol
{
	text-align: left;
	font-weight: bold;
	padding-left: 6px;
}

tr.emptyrow td
{
	text-align: left;
	font-weight: bold;
	padding: 1px;
	height: 1px;
	border-color: #fff;
}

table.adres
{
	border-collapse: collapse;
	margin-left: 200px;
	margin-bottom: 30px;
	float: left;
	width: 200px;
}

.adres td
{
	background-color: #ffffff;
	padding: 8px;
	border-color: #666;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

#errortxt li
{
	color: #F30;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}

#text ul li
{
	font-size: 12px;
}


.slogan
{
	text-align: center;
	font-size: 14px;
}