/* style2 */

/* @group Core Elements */

body {
	color: #fff;
	background: transparent;
	font: 12px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/

}

.initial { background-color: transparent;}
.normal { background-color: transparent;}
.highlight { background-color: #990000;}

body2 {
	color: #fff;
	background: #000000;
	font: 12px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/

}

td {
	font-size: 12px;
}

h1 { 
	color: #fff;
}

h2 {
	color: #fff;
}

h3 {
	color: fff;
}

h4 {
	color: #fff;
}

a {
	color: #289DC8;
}

.Stil2 {
	font-weight: bold;
	font: 16px Arial,Helvetica,Sans-serif;
}	

.errormsg {
	color: #ff0000;
	font-weight: bold;
}

select {
	font-size: 10pt;
}

input {
	font-size: 10pt;
}

/* @end */