		html, body, h1, h2, h3, h4, h5, h6, ul, li, strong, em, table, td, tr, th, a, div {
			margin:0;
			padding:0;
		}
		
		body {
			background-color:#464646;
			background-image:url(img/background.png);
			background-repeat:repeat-x;
			
			/*FONTS*/
			font-family:"Arial";
			font-size:9pt;
			color:#464646;
			font-weight:500;
			text-decoration:none;
			letter-spacing: 0pt;
			line-height:100%;
		}
		
		#navi {
			height:21px;
			width: 900px;
			margin: 0 auto;
			padding-top: 12px;
			
			/*FONTS*/
			font-family:"Arial";
			font-size:7pt;
			color:#BCBCBC;
			font-weight:500;
			text-decoration:none;
			letter-spacing: 2px;
			line-height:100%;
		}
		
		#lang {
			float: right;
			text-align: right;
		}		
		
		#navi a {
			text-decoration:none;
			text-transform:uppercase;
			color:#BCBCBC;
		}
		
		#navi a:hover, #navi a:active, #navi a.active {
			text-decoration:none;
			text-transform:uppercase;
			color:#FCEF00;
		}
		
		a {
			color:#383838;
		}
		
		a:hover, a:active {
			
			color:#808080;
		}		
		
		
		#logoplace {
			height:211px;
			width:900px;
			margin: 0 auto;			
		}
		
		#contentbg {
			min-height:200px;
			width:100%;
			background-color:#E7E7E7;
			background-image:url(img/background2.png);
			background-repeat:repeat-x;
			background-position:bottom;
		}
		
		#content {
			width:900px;
			margin: 0 auto;
			padding: 20px;
			
			/*FONTS*/
			font-family:"Arial";
			font-size:11pt;
			color:#464646;
			font-weight:500;
			text-decoration:none;
			letter-spacing: 1px;
			line-height:130%;
			
		}

		#content .small {
		
			font-size:9pt;

			
		}		
		
		#content h1 {
			font-family:"Arial";
			font-size:18pt;
			color:#464646;
			font-weight:600;
			text-decoration:none;
			letter-spacing: 0pt;
			line-height:100%;
		}

		h2 {
			font-family:"Arial";
			font-size:16pt;
			color:#464646;
			font-weight:600;
			text-decoration:none;
			letter-spacing: 0pt;
			line-height:100%;
			display:inline;
		}
		
		#content h3 {
			font-family:"Arial";
			font-size:14pt;
			color:#464646;
			font-weight:500;
			text-decoration:none;
			letter-spacing: 0pt;
			line-height:100%;
		}
		
		#content h3 a {
			color:#464646;
			text-decoration:none;
		}
		
		#content form {
			margin:35px;
		}
		
		#content .img {
			border: 1px solid #181818;
			margin-right: 20px;
		}
		
		.input {
			margin-right:2px;
			margin-left:10px;
			padding:6px;
			width:375px;
			border: 1px solid #B8B8B8;
			
			/*FONTS*/
			font-family:"Arial";
			font-size:9pt;
			color:#464646;
			font-weight:500;
			text-decoration:none;
			letter-spacing: 0pt;
			line-height:100%;
		}
		
		.button {
			padding: 4px;
			background-color:#4C4C4C;
			border: 1px solid #B8B8B8;

			/*FONTS*/
			font-family:"Arial";
			font-size:10.5pt;
			color:#ffffff;
			font-weight:700;			
			letter-spacing: 1px;			
		}
		
		.tooltip {
		  position: absolute;
		  display: none;
			color:#464646;
			background-color:#E7E7E7;
			border: 1px solid #808080;
			font-size:9pt;
			width: 200px;
			
			
		
		}
		
		#ad {
			margin:0 auto;
			width: 759px;
			margin-top:25px;
		}
		
		#adimg {
			margin: 0 auto;
			padding:1px;
			width: 728px;
			height: 90px;
			
			border: 0px solid #181818;
		}