@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0}

html { 
	/*width:100%;
	height:100%;*/
}

body{
	background-color: #FFF;
	background-image:url(../images/bg.gif);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:10pt;
}

img {
	border:none;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

.alttext{
	color:#7E7E7E;
	font-weight:bold;
}

.alttext1{
	color:#7E7E7E;
}

.global{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.interface{
	position:relative;
	width:1024px;
	height:768px;
}

.mainmenu{
	position:absolute;
	width:125px;
	height:278px;
	top:110px;
	left:180px;
}

.mainmenuchoice{
	position:absolute;
	width:125px;
	height:105px;
	top:87px;
	left:0px;
}

.mainmenunewsletter{
	position:absolute;
	width:105px;
	height:15px;
	top:208px;
	left:10px;
}

.mainmenunewsletterok{
	position:absolute;
	width:19px;
	height:15px;
	top:208px;
	right:10px;
}

