@charset "utf-8";
/* 
	CSS Document 
	@author		Teun van Vegchel
*/


@import 'reset.css';
@import 'text.css';
@import 'layout.css';
@import 'ras.css';


.bold {
	font-weight: 		bold;
}

.clear {
	clear:				both;	
}

.tab{
	margin: 			0 7px;
}

