@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #fff url(body.gif);
	color: #333;
	}
	
#wrapper {
	width: 600px;
	margin: 0 auto;
	}
	
p {
	margin: 18px 0;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	}
	
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	font-weight: bold;
	}
	
h1 strong {
	color: #990000;
	}
	
h2 {
	font-size: 18px;
	line-height: 22px;
	}
	
h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 20px;
	}
	
	
/* [ Stuff needed by SamIFR ] */

.hide_print {
	display: none;
	}