.placeHolder { CSS bug ignores the first class, so here it is! }

  #content {position: absolute;}
	
body {
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0; 
	width:100%;
	height:100%;
	}	
	
.content {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 14px;
	text-decoration:none;
}

.bold {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	text-decoration:none;
}

.xtrabold {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #292929;
	line-height: 20px;
	text-decoration:none;
}

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	text-decoration:none;
}

.mini {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration:none;
}

.submenu {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration:none;
}



A:link {
	COLOR: #292929;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #292929;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #cccccc;
	TEXT-DECORATION : underline;
}
A.txt{color: #292929;
}
A.txt:visited{color: #292929;
}
A.txt:hover{
	color: #cccccc;
	TEXT-DECORATION : underline;
}

.form {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	width: 235px;
	font-size: 10px;
	background-color: #dedede;
	border-width:1;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.but {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	width: 70px;
	font-size: 10px;
	background-color: #dedede;
	border-width:1;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
