html, body 
{ 
	height:100%; 
	margin:0; 
	padding:0; 
	background-color:#ffffff;
} 

.Stil6 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
/*************************
*     table elements     *
**************************/

td 
{
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	color:#000000;
}

.tablemain 
{ 
	height:100%; 
	width:100%; 
	text-align:center; 
} 

.tdborder1
{
	border-bottom:solid 1px;
	border-color:#000000;
	background-color:#ffffff;
}

.tdborder2
{
	border-top:solid 1px;
	border-color:#000000;
	background-color:#ffffff;
}

.tdborder3
{
	border-right:solid 1px;
	background-color:#f7f7f7;
	border-color:black;
}

/*************************
*     text elements     *
**************************/

/* black text */
.text1
{
	color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#444444;
	font-size:11px;
	border:1; 
	border-color:#000000;   
 	border-style:solid; 

}

/*************************
*     form elements      *
**************************/

select
{
	color: #000000;
	background-color: #e4e4e4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	color: #000000;
	background-color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border:1; 
	border-color:#000000;   
 	border-style:solid; 
	background-color:white;
	overflow:hidden;
	width:180;
	height:100;
}
 
.text
{
	color: #000000;
	background-color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border:1; 
	border-color:#000000;   
 	border-style:solid; 
	background-color:#efefef;
	width:180;
}

.button
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;	
	border:0;
	border-color:#000000;
	color:#000000;
 	border-style:solid; 
	background-color:#cccccc;
	width:9em;
}

/*************************
*     hyper links        *
**************************/

a:link
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#444444; 
	text-decoration:none;
	font-weight:100;
}

a:hover
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#999999; 
	text-decoration:none;
	font-weight:100;
}

a:visited
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#444444; 
	text-decoration:none;
	font-weight:100;
}

a.class1:link
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:16px; 
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:100;
}

a.class1:hover
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:16px; 
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:100;
}

a.class1:visited
{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:16px; 
	font-weight:normal; 
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:100;
}