/* *********************************************************************/
body  {
	color : #000000;
	font-family : Arial, Helvetica;
	font-size : 10pt;
}

a {
    text-decoration: none;
    color: #0000FF;
}

a:hover{
    text-decoration: underline;
}

.page_title
{
    font-weight: bold;
	font-family : Arial, Helvetica;
	font-size : 16pt;
	color: #333333;
}

.infotext_title
{
    font-weight: bold;
	background-color : #FFFF88;
	font-family : Arial, Helvetica;
	font-size : 7pt;
	color: #333333;
}

.infotext
{
    font-weight: normal;
	background-color : #FFFF88;
	font-family : Arial, Helvetica;
	font-size : 10pt;
	color: #333333;
}

.formular_input_title  {
    font-weight: bold;
	background-color : #999999;
	font-family : Arial, Helvetica;
	font-size : 10pt;
	color: #FFFFFF;
}

.formular  {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica;
	font-size : 10pt;
}

.formular_needed  {
	font-weight: bold;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica;
	font-size : 10pt;
}

.formular_input  {
    font-weight: normal;
	background-color : #EEEEEE;
	font-family : Arial, Helvetica;
	font-size : 10pt;
}

.formular_input_needed  {
    font-weight: bold;
	background-color : #EEEEEE;
	font-family : Arial, Helvetica;
	font-size : 10pt;
}

.formular_input_info  {
	background-color : #EEEEEE;
	font-family : Arial, Helvetica;
	font-size : 10pt;
    color: #008800;
}

.formular_input_error  {
	background-color : #EEEEEE;
	font-family : Arial, Helvetica;
	font-size : 10pt;
    color: #BB0000;
}

.border  {
	background-color : #000000;
}

table.main_table {
    border: #777777 1px solid;
    padding: 0;
}

.subtitle {
	font-weight : bold;
	font-size : 12pt;
	font-family : Arial, Helvetica;
	background-color : #EEEEEE;
}

.link {
	font-size : 10pt;
	font-family : Arial, Helvetica;
}

.spacer {
	background-color : #FFFFFF;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.error {
    font-size : 9pt;
    font-weight : bold;
    font-family: Arial, Helvetica, sans-serif;
    color : #BB0000;
}