/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	
}




/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	
}


/** LINKS */

a {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	text-transformation: none;
}

a:hover {
	text-decoration: none;
	font-style: normal;
	text-transformation: none;
}

