.smallwhitetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 20px;
}
.menub {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #F90;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
}
.pole {
	border: 1px solid #FC6;
}
    body {
	background-color: #333;
}
    a:link {
	color: #F90;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a:visited {
	text-decoration: none;
	color: #FC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
    
.H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.mb {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #F90;
}
.nextpreviousbutton
{
	border: thin double #F90;
	margin: 3px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	white-space: nowrap;
	line-height: 20px;
	display: inline;
}
.numericbutton
{
	padding: 7px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	line-height: 20px;
}
.container {
    
    position: relative;
    
}

.over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background : url("/image/nothing.gif") center;
    z-index: 11;
       
}