.noPrint {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* ---------------------- */
/* Body
------------------------- */

body {
	margin: 0 auto 25px auto;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

/* ---------------------- */
/* Default Paragraph
------------------------- */

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Default Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- */
/* Default Tables
------------------------- */

th {
	text-align: left;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 5px 0;
}

/* ---------------------- */
/* Default Links
------------------------- */
a:link {
	text-decoration: none;
}

a:after {
	    content: " (" attr(href) ") ";
	}
	
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Lists
-------------------------------------------------- */

ul {
	margin: 15px 0 10px -32px;
	*margin: 15px 0 10px 5px;
}

ul li {
	line-height: 1.5;
	padding: 0 0 10px 20px;
	list-style-type: disc;
}

ul.PDF li {
	line-height: 1.5;
	padding: 2px 0 10px 20px;
	list-style-type: none;
}

ul ul {
	margin: 15px 0 0 -32px;
	*margin: 15px 0 0 5px;
	list-style-type: disc;
}

ul ul li {
	line-height: 1.5;
	padding: 0 0 10px 20px;
	list-style-type: circle;
}


/* ------------------------------------------------------------------------ */
/* START Default Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link  {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-decoration: none;
}

h1 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h1 a:active  {
	text-decoration: none;
}

h2,
h2 a:link {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 8px 0;
	text-decoration: none;
}

h2 a:visited {
	text-decoration: none;
}

h2 a:hover,
h2 a:active  {
	text-decoration: none;
}

h3,
h3 a:link {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 8px 0;
	text-decoration: none;
}

h3 a:visited {
	text-decoration: none;
}

h3 a:hover,
h3 a:active  {
	text-decoration: none;
}

h4,
h4 a:link {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 8px 0;
	text-decoration: none;
}

h4 a:visited {
	text-decoration: none;
}

h4 a:hover,
h4 a:active  {
	text-decoration: none;
}

h5,
h5 a:link {
	font-size: 13px;
	font-weight: normal;
	margin: 20px 0 8px 0;
	text-decoration: none;
}

h5 a:visited {
	text-decoration: none;
}

h5 a:hover,
h5 a:active  {
	text-decoration: none;
}

h6,
h6 a:link {
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 8px 0;
	text-decoration: none;
}

h6 a:visited {
	text-decoration: none;
}

h6 a:hover,
h6 a:active  {
	text-decoration: none;
}

/* ---------------------- */
/* END Default Headers
------------------------- */
