/* Developed by Dubbele:punt Design - www.dubbelepunt.com */

/* General styles */
html, body {
 	background-color:								#FFFFFF;
	color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										10pt;

	line-height:									14pt;
	text-align:										left;	
	
	width:											auto;
}




/* Header / Menu / Footer styles */
#header {
	display:										none;
}

#frame #menu {
	display:										none;
}

#email #content #text #image {
	display:										none;
}

#footer {
	display:										none;
}




/* Content styles */
#email #content #text {
	background-color:								#FFFFFF;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
	
	float:											none;
}

#email #content #text a { 
	color:											#000000;
	text-decoration:								underline; 
}

#frame #content #text {
	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;
}

#email #content #text #intro {
	color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									normal;
    font-style:										normal;
    font-size:										12pt;
	
	margin-top:										0px;
	margin-bottom:									20px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									15pt;
}

#email #content #text h1 {
    color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										14pt;

	margin-top:										0px;
	margin-bottom:									10px;
	margin-left:									0px;
	margin-right:									0px;
	
	line-height:									18pt;
}

#email #content #text h2 {
    color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										10pt;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									15pt;
}

#email #content #text h3 {
    color:											#000000;
	
    font-family:									verdana, arial, sans-serif;
    font-weight:									bold;
    font-style:										normal;
    font-size:										10pt;

	margin-top:										0px;
	margin-bottom:									0px;
	margin-left:									0px;
	margin-right:									0px;

	line-height:									15pt;
}

/* Developed by Dubbele:punt Design - www.dubbelepunt.com */