/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 12px;
}

#logo {
	float: left;
}

#header span {
	margin: 6px 0 0 13px;
	font-size: 14px;
	display: block;
	float: left;
	color: #424242;	
}

#print {
	float: right;
	text-decoration: none;
	color: #424242;
	display: block;
	padding: 5px 0 10px 10px;
}

#print:hover {
	color: #a61e22;
}

#print img {
	margin: 0 5px -2px 0;
}

#header {
	height: 40px;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 25px 0 25px;
	font-family: verdana, sans-serif;	
}

#content {
	background: url(../images/global/print-shadow.gif) repeat-x;
	padding: 10px 35px 20px 35px;
	font-size: 13px;
	font-family: times, serif;
	line-height: 18px;
}

h1, h2, h3 {
	line-height: normal;
	margin: 18px 0 8px 0;
	clear: left;
}

p {
	margin: 10px 0;
}

h1 {font-size: 24px;}
h2 {font-size: 16px;}

blockquote {
	padding-left: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #d7d7d7;
	padding: 13px 25px 13px 35px;
	line-height: 17px;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

li {
	padding: 2px 0;
}

ol {
	list-style: decimal;
	padding-left: 20px;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

table {
	margin: 12px 0;
}

td, th {
	vertical-align: middle;
	padding: 10px;
}

.border td, .border th {
	border: 1px solid #d7d7d7;
}
