

/* PRINT STYLE SHEET */

/*********************************************************************/
/* HTML tag styles                                                   */
/*********************************************************************/

/* Reset */html, body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, a, form, input, textarea {margin:0; padding:0; list-style:none; border:none;}/* End Reset */ 

html {
	height: 100%;
}

body{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 194mm;
	margin: auto;
	padding: 0px;
	color: #000000;
	background: #FFFFFF;
}

/******* hyperlink and anchor tag styles ***********************************/

a, a:link, a:visited, a:active{
	color: #666666;
	text-decoration: none;
	border: none;
}

/************** header tag styles ***************************************/

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font: bold 2em;
	color: #000000;
}

h2{
	font: bold 1.8em;
	color: #000000;
}

h3{
	font: bold 1.6em;
	color: #000000;
}

h4{
	font: bold 1.4em;
	color: #000000;
}

h5{
	font: bold 0.8em;
	color: #000000;
}

h6 {
	font: bold 0.6em;
	color: #000000;
}

p {
	line-height: auto;
	color: #000000;
	font-weight: normal;
}
/*************** list tag styles ********************************************/

ul {
	list-style-type: square;
}

/********* form and related tag styles **************************************/

form {
	margin: 0;
	padding: 0;
}

label {
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #000;
}
				
input, select, textarea {
	font-family: 1em Helvetica, Arial, sans-serif;
}

/*********************************************************************/
/* Layout Divs                                 						 */
/*********************************************************************/

#container {
	background-color: #ffffff;
	margin: auto;
	width: 194mm;
}

#Nav {
	float: left;
	padding: 0px;
	background-color: #F5f7f7;
}

#content {
}



/************* breadCrumb styles ****************************************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	color: #000000;
}

#breadCrumb a{
	color: #000000;
}



/************* Footer styles ****************************************/
#footer {
	background: #FFF;
	width: 100%;
	clear: both;
}
#footxt {
	color: #000;
}

#footainer {
	margin: auto;
	padding: 0px;
	background: #FFFFFF;
}

#footxt a, #footxt a:active, #footxt a:visited {
	color: #666;
	text-decoration: none;
}

.doNotPrint {
  display: none !important;
}
/********************* end *******************************************/



