/***********
Salon Matos, Inc. - Print CSS (media = print)
Author: Philip Klauzinski, BMC WebDev
Web Site: http://www.brewermc.com
Copyright (c) 2005 Salon Matos, Inc.
***********/

body {
	font-family: "Trebuchet MS", "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444;
}
ul#menu {
	display: none;
}
h2 {
	font-size: 15pt;
	margin-bottom: 0;
	border-bottom: 1px solid #530053;
}
h3 {
	text-indent: 0;
	border-bottom: 1px solid #555;
	font-size: 12pt;
	margin-bottom: 8px;
	color: #333;
}
h4 {
	text-indent: 0;
	text-decoration: underline;
	font-size: 9pt;
	color: #444;
}
div.divide {
	border-top: 1px dashed #ccc;
}