	/*//---------------------------------------------*/
	/*// Name: Site - Global Style Sheet			 */
	/*// Specification: CSS 2.1						 */
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Primary Layout Settings					 */
	/*//---------------------------------------------*/

	td.headerCell, td.contentCell, td.baselineCell, td.navigationCell {
		vertical-align: top;
	}

	/*//---------------------------------------------*/
	/*// Linked Block Settings						 */
	/*//---------------------------------------------*/
	td.headerCell h1, td.navigationCell div.navigation {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	td.headerCell h1 a, td.navigationCell div.navigation a {
		display: block;
		cursor: pointer;
	}
	td.headerCell h1 a span, td.navigationCell div.navigation a span, .imgRegion span {
		display: none;
	}
	.imgRegion {
		display: block;
	}
	/*td.navigationCell div.navigation div {
		display: inline;
	}*/

	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Element Settings							 */
	/*//---------------------------------------------*/
	body, div, span, table, td, ul, ol, p, h4, h5, h6, input, select, pre {
		font: inherit;
	}
	img {
		display: block;
	}
	table {
		color: #000000;
		
	}
	form {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	ul, ol {
		margin: 5px 20px;
		padding: 0px;
	}

	/*//---------------------------------------------*/
	/*// Paragraph Settings							 */
	/*//---------------------------------------------*/
	.paragraphContainer {
		text-align:justify;

		width: 100%;

		margin: 0px 0px 30px 0px;
		padding: 0px;
	}
	.paragraphContainer p {
	}
	p, .paragraph {
		text-align: left;

		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.alignCenter {
		margin-left: auto;
		margin-right: auto;
	}
	.alignLeft {
		margin-left: 0px;
		margin-right: auto;
	}
	.alignRight {
		margin-left: auto;
		margin-right: 0px;
	}
	.maxWidth {
		width: 100%;
	}
	.shortWidth {
		width: 100px;
	}

	.paragraphTable {
		color: #000000;
		background: transparent;
	}
	.paragraphTable tr td {
		vertical-align: top;

		padding-bottom: 10px;
	}
	div.scrollRegion {
		height: 200px;
		overflow: scroll;

		padding: 1px;
	}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
	img.imgBordered {
		border: #000000 10px solid;
	}
	a.imgHoverEffect img {
		border: #404040 1px solid;
	}
	a.imgHoverEffect:hover img {
		border: #909090 1px solid;
	}
	a.imgHoverEffect:hover {
		color: #000000;
		background: #ffffff;
	}

	.imgLeft {
		float: left;
		clear: left;
		margin-right: 5px;
	}
	.imgRight {
		float: right;
		clear: right;
		margin-left: 5px;
	}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
	
	b, .textEmphasis {
		font-weight: bold;
		letter-spacing: 1px;
	}
	.textSubscript, .textSuperscript {
		font-size: 0.8em;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		letter-spacing: 0px;
		vertical-align: sub;
	}
	.textSuperscript {
		vertical-align: super;
	}
	.textLargerFont {
		font-size: 1.1em;
	}
	.textSmallerFont {
		font-size: 0.85em;
	}
	.textLetterIndent {
		padding-left: 0.7em;
	}

	.textShadowHeader1, .textShadowHeader2 {
		color: #000000;
		font-size: 14px;
		text-align:center;
		

		position: absolute;
		left: -5px;
		top: -1px;
		width: 100%;
		z-index: 2;

		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	.textShadowHeader2 {		
		color: #ffffff;
		
		left: 1px;
		top: 0px;
		z-index: 1;
	}
	.textbottomlinks {
	     color:#000000;
		 font-size:12px;
		 letter-spacing:normal;
	}
	.button{
	/*text-decoration:none;*/
	
	}
