@charset "UTF-8";

* {					margin: 0;
					padding: 0;
					color: #21242C;
					font-family: DejaVu-Sans, sans-serif;
					line-height: 16pt;
					border-spacing: 0;
					border-collapse: collapse;
}

html, body,  { 		background-color: #FFFFFF;
					width: 100%;
					height: 100%;
					font-size: small;
					-webkit-font-smoothing: antialiased;
					font-smoothing: antialiased;
}

a {					text-decoration: underline;
					cursor:pointer;
}	
		
a:hover {			text-decoration: none;
					cursor:pointer;
}

td {				vertical-align:top;
}