/*========================================================================

			Initial.css file

			Creator: Leon Vosmeijer <leon@xill.nl>
			Date: 11 januari 2008

			This file contains all default CSS rules applied
			to all website.

=========================================================================*/

* {
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer; 
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* IE */
.clear {
	height: 1%;
}

/* Gecko Browser */
.clear:after {
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: '.';
}


