/*------------------------------------------------------

Company					: Ritense B.V.
Design					: Vakcentrum
Created on				: 23/02/2009
Changed on				: 05/05/2009
Reason					: New Design Version

--------------*/

/* Table Of Contents:

/  Standard Settings    [SS]

*/

/*-----------------------------------------------------------------------*/
/*	Standard Settings   [SS]											 */
/*-----------------------------------------------------------------------*/
* {
	padding				: 0;
	margin				: 0;	
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size 			: 11px;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td,img {
	margin				: 0;
	padding				: 0;
	border				: 0;
}

html, body {
	text-align			: center;
	height 				: 100%;
}

p {
	margin:5px 0;
}

/*  highlight inserts */
ins {
	text-decoration		: none;
}
del {
	text-decoration		: line-through;
}

