/* G E N E R A L */

body{
	color:#666666;
	font: 11px Tahoma, Arial, sans-serif;	
	line-height:1.2em;

	}



h1, h2, h3, h4{
	color:#000000;
	font: 20px Verdana, Helvetica, Tahoma, Arial, sans-serif;	
	}



ul {
	list-style-type:circle;
	}

li {
	margin: 0 25px;
	}

a img{
	border:none;
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

table.footer{}

table.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
table.footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
table.footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
table.footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}