	body {
		margin: 0px;
		padding: 0px;
		background-image: url(images/bg_sample.jpg);
		background-repeat: repeat-x;
		background-attachment: fixed;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: #000000;
		text-align: justify;
		font-size:12px;
		letter-spacing: 0.04em;
	}
	
	/*#ADF663*/
	
	a:link { 	font-family: Arial, Verdana;	font-size: 12px;	color: #005FDF;	text-decoration: underline;}
	a:visited { font-family: Arial, Verdana;	font-size: 12px;	color: #005FDF;	text-decoration: underline;}
	a:hover { 	font-family: Arial, Verdana;	font-size: 12px;	color: #000000; text-decoration: underline;}
	a:active { 	font-family: Arial, Verdana;	font-size: 12px;	color: #005FDF;	text-decoration: underline;}
	
	h1{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		letter-spacing: 0,05 em;
		background-color: #adf663;
		border: dotted #000 1px;
		border-bottom: solid #000 1px;
	}
	
	.center{
		width: 100%;
	}
	
	.page{
	}
	
	.header{
		background-image: url(images/header_bg.jpg);
		background-repeat: repeat-x;
		height: 150px;
		border-bottom: solid #000 3px;
	}
	
	.menu{
		margin: 10px;
		width: 130px;
	}
	
	.contact{
		margin: 10px;
	}
	
	table.support {
		border-collapse: collapse;
	}
	table.support th {
		border: 0px;
	}
	table.support td {
		/*border: 1px dotted #000;*/
		border-right: 1px dotted #000;
		border-bottom: 1px dotted #000;
		/*border-bottom: 1px dotted #000;*/
		vertical-align: top;
	}

	.console a, .console a:link, .console a:visited {
	}
		
	.console a:hover {
	}
	
	.console{
		margin: 10px;
		width: 628px;
		text-align: justify;
		font-size:12px;
		letter-spacing: 0.01em;
	}
	
	.footer {
		margin: 15px;
		letter-spacing: 0.1em;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		width: 700px;
	}
		
	.footer a, .footer a:link, .footer a:visited {
	}
		
	.footer a:hover {
	}
	
