/* 
Yes2web Standaard CSS - V 20070801 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: Rick Stoopman
@version: 20070921
*/
*{ margin:0; padding:0;}
		body, #publerBody {
			text-align: left; /* Center the contents for IE */
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 10px;
			letter-spacing: 0.08em;
		}
		
		p{
			line-height: 1.4em;
			font-size: 1.1em;
			padding:0; margin:0 0 14px 0;
			}
.black{
			font-weight:bold;
			color:black;
			}
		.red{
			font-weight:bold;
			color:#c7121b;
			}
		h1{
			  margin:3px 0 10px 0;
			}
			
#contents{
	line-height:2em;
	}
	#contents a{
		text-decoration:underline;
		color:#c7121b;
		z-index:120;
		position:relative;
		}
		
				
	table, tr, td{
		padding:0;
		margin:0;
		line-height:1.5em;
		font-size: 11px;
		}
	td p{
		font-size: 11px;
	}
	ul{
		font-size: 11px;
	}
