body, form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/** tume taust */ 
.gbg {
	background-color: 474747;	
}
/** valge tekst */ 
.wtext{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
}
/** valge tekst link */ 
.wlink{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;/*75%*/
	text-decoration: none;
}
.wlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
/** tekst tavaline must */ 
.btext{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	line-height: 130%;
}
.btext a{
	color: #000000;
	text-decoration: underline;
}
.btext a:hover{
	color: #FE8A01;
	text-decoration: underline;
}

.textdate, .textdate a {
	font-size: 10px;
	color: #666666;
}


/** teksti pealkiri */ 
.texttitle {
	font-size: 140%;
	font-weight: bold;
}
