/*==========================================================================================

print.css

==========================================================================================*/


/* ------------------------------------------------------------ Basic HTML elements */

body
	{
	background-image: none;
	text-align: center;
	font: 12pt/24pt "Trebuchet MS", "Trebuchet", Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	color: #555;
	margin: 0 18px 0 0; /* margin-left accommodates hanging bullets */
	padding: 0;
}

h1 { 
	font-size: 24pt; 
	line-height: 1.2; 
 }

h2 { 
	font-size: 21pt; 
	line-height: 1.1; 
	text-transform: uppercase;
	margin-top: 41px;
}

h3 { 
	font-size: 13pt; 
	letter-spacing: .02em;
	text-transform: uppercase;
	margin-top: 1.8em;
}

h4 { 
	font-size: 10pt;
	margin-top: .5em; 
}
p {
	color: #666;
	font-size: 12pt;
	margin: 0 0 .92em;
}

ul, ol
	{ 
	margin: 0 0 .92em 20px;
	padding: 0;
	}
ul {
	list-style-type: square; 
}
table
	{ font-size: 100%;
	}

a, a:link
	{
	font-weight: bold;
	color: #444;
	text-decoration: underline;
	}
