body	{
		margin: 0px;
		padding: 1.6em;
		background: #fff;
		color: #000;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 100.01%;
		}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, textarea, input, div, span  { font-family: Verdana, Tahoma, Arial, sans-serif; }
div, form, fieldset, table, td, ul, li, h1, h2, h3, h4
		{
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style: none;
		}
.hide
		{
		display: none;
		}
.clear
		{
		clear: both;
		}
hr
		{
		clear: both;
		}

img {
	display: none;
	height: 0px;
	width: 0px;
}

/*---------------------------------------------- Default Link  */
a:link
		{
		color: #0000ff;
		text-decoration : none;
		}
a:visited
		{
		color: #0000ff;
		text-decoration : none;
		}
a:hover
		{
		color: #0000ff;
		text-decoration : underline;
		}
a:active
		{
		color: #0000ff;
		text-decoration : none;
		}
a img
		{
		border: 0px;
		}
/*---------------------------------------------- General Treatment */
h1, h2
	{
	font: bold 1.7em/1.2em "Times New Roman", Times, serif;
	}
h2
	{
	font-weight: normal;
	font-style: italic;
	}
h3
	{
	margin: 0.3em 0px 0.5em;
	font-size: 1em;
	}
h4
	{
	margin: 0.3em 0px 0.1em;
	font-size: 0.9em;
	}
/*---------------------------------------------- Main Containers */
#pageHeader
		{
		text-align: center;
		}
#pageHeader h1, #pageHeader h2
		{
		text-align: left;
		}
#pageContent
		{
		position: relative;
		}
/*---------------------------------------------- Page Header */
/*--- Logos */
#pageHeader img.logoScreen
		{
		display: none;
		}
#pageHeader img.logoPrint
		{
		position: static;
		margin-bottom: 2em;
		}
/*--- Navigation */
#pageHeader ul
		{
		display: none;
		}
/*---------------------------------------------- Page Content */
#pageContent .contentContainer
		{
		position: relative;
		padding: 1em 270px 0px 0px;
		width: 90%;
		}
#pageContent p
		{
		margin: 0px 0px 1.2em;
		font-size: 0.75em;
		line-height: 1.4em;
		}
#pageContent ul
		{
		margin: 0px 0px 1.3em;
		font-size: 0.75em;
		line-height: 1.4em;
		}
#pageContent ul li
		{
		margin: 0px 0px 0.2em 2em;
		list-style: square;
		}
#pageContent ul ul
		{
		margin: 0.2em 0px 0.4em;
		font-size: 1em;
		}
#pageContent ul ul li
		{
		list-style: circle;
		}
/*--- Left Col Images */
#pageContent .imagesContainer
		{
		display: none;
		}
/*--- Footer */
#pageContent .footer
		{
		margin: 3em 0px 0px;
		}
#pageContent .footer p
		{
		font-size: 0.7em;
		}




