/* This is a subset of global.css that has been replicated for print functionality.*/
/* Make sure any changes are syncronized between the two files */


/***** TAG Defaults *****/       
BODY  { margin:5; padding:5; background:white }
BODY, TD, P  { font:11pt verdana, geneva, arial, helvetica, sans-serif }
EM  { font-style:italic }
HTML, IMG, FIELDSET, TABLE, TD, TBODY, P, OL, UL, LI  { border:0; margin:0; padding:0 }
DIV  { overflow:visible; background:white }
STRONG  { font-weight:bold }

A:link:focus, :visited:focus  { color:#c55700; text-decoration:underline }
A:link  { color:#0000ff; text-decoration:none }
A:visited  { color:#0000ff; text-decoration:none }
A:link:hover  { color:#c55700; text-decoration:underline }
A:visited:hover  { color:#c55700; text-decoration:underline }
A:link:active, :visited:active  { color:#c55700; text-decoration:underline }
h1 {
	text-align:left;
	font-style:normal;
	color:#9C1F2E;
	font-size:17pt;
	margin:20px 0 5px;
	padding:0;
	font-family:"Helvetica LT", "Myriad Pro", Verdana, "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
}
h2 {
	background:url('../graphics/leftNavTitle.gif') repeat-y right;
	padding: 2px 5px;
	font-size:1.1em;
	color:#9C1F2E;
	margin:0;
	border-bottom:2px solid #fff;
	font-family:"Helvetica LT", "Myriad Pro", Verdana, "Lucida Grande", Arial, sans-serif;
}
h3 {
	color:#9C1F2E;
	font-size:15pt;
	margin:20px 0 0;
	font-family:"Helvetica LT", "Myriad Pro", Verdana, "Lucida Grande", Arial, sans-serif;
	
}
H4  { font-size:11px; font-weight:bold; color:black; margin:15px 0 15px 0 }
H5  { margin:15px 0 15px 0 }
H6  { margin:15px 0 15px 0 }
LI  { margin:3px; padding:3px; text-indent:-16px }
OL  { list-style:inside; margin:5px; padding:5px }
P  { margin:10px 0 10px 0 }
UL  { list-style:inside; margin:5px; padding:5px }

/* Classes */
.breadcrumb  { display:inline }
