/* --------------------------------------------------------------------
 *
 * Standard setup for all html pages
 *
 * --------------------------------------------------------------------
 */
body
{
   color:#000000;
	background-color: #FFFFFF;
	font-size:10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	topmargin:12;
	leftmargin:50;
}

/* --------------------------------------------------------------------
 *
 * Standard setup for all tables
 *
 * --------------------------------------------------------------------
 */
td
{
   color:#000000;
	background-color: #FFFFFF;
	font-size:10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.tblLeftBorder 
{
	border-left-style: solid;	
	border-left-width: 1px;
	border-color: #B6B8BA;
}

.tblRightBorder 
{
	border-right-style: solid;	
	border-right-width: 1px;
	border-color: #B6B8BA;
}


/* -------------------------------------------------------------------
 *
 * Definition of all headlines of type h1
 *
 * -------------------------------------------------------------------
 */
h1 
{
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:10pt; 
    font-weight:bold;
}

/* -------------------------------------------------------------------
 *
 * Definition of all headlines of type h2
 *
 * -------------------------------------------------------------------
 */
h2 
{
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:10pt; 
    font-weight:bold;
}

/* -------------------------------------------------------------------
 *
 * Definition of all headlines of type h3
 *
 * -------------------------------------------------------------------
 */
h3 
{
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:10pt; 
    font-weight:bold;
}

/* -------------------------------------------------------------------
 *
 * Definition of all headlines of type h4
 *
 * -------------------------------------------------------------------
 */
h4 
{
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:10pt; 
    font-weight:bold;
}

/* -------------------------------------------------------------------
 *
 * Definition of layers with absolute position
 *
 * -------------------------------------------------------------------
 */
.abspos
{
	position: absolute;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* -------------------------------------------------------------------
 *
 * Definition of layer .lf
 *
 * -------------------------------------------------------------------
 */
.lf
{
	align:left;
	padding-right: 20;
	color:red;
	font-family: body
}
