/*###### RESET STYLES ######*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*###### GLOBAL STYLES ########*/
body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #555555;
	font-weight: normal;
	font-size: 9pt;
	line-height: 16pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

strong, .heading {
	font-weight: bold;
}

table {
	width: 600px;
}

td {
	border: 1px solid #aaa;
	padding: 5px;
}

/*####### Excluded Items #########*/
@media print {
	#printHeader { display: none; }
}

/*####### PRINT STYLES FOR SHEET ###########*/
#printHeader {
	width: 100%;
	background-color: #073a62;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#printBox {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

#printFooter li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}

#printFooter .last {
	padding-left: 10px;
	border-right: 0px;
}

/*####### PRINT STYLES FOR CARDS ###########*/
.cardBox {
	width: 4.61in;
	height: 2.61in;
	border: 2px dotted #000;
	font-size: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cardBox .title {
	font-weight: bold;
	margin-left: 15px;
	font-size: 14px;
}

.cardContent {
	padding: 0px 15px;
	height: 1.5in;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
}

.cardContent h3 {
	font-weight: bold;
	margin-top: 5px;
	padding: 0px;
}

.page-break  { display: block; page-break-before: always; margin-bottom: 50px; }
