	/*//---------------------------------------------*/
	/*// 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;
	}


	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Element Settings							 */
	/*//---------------------------------------------*/
	body, div, span, table, tr, td, ul, ol, p, h1, h2, h3, h4, h5, h6, input, select, pre {
		font: inherit;
	}
	br {
		letter-spacing: 0px;
	}
	img {
		display: block;
	}
	table {
		color: #000000;
	}
	form {
		border: 0px;
		margin: 0px;
		padding: 0px;

		display: inline;
	}
	ul, ol {
		margin: 5px 20px;
		padding: 0px;
	}

	/*//---------------------------------------------*/
	/*// Paragraph Settings							 */
	/*//---------------------------------------------*/
	.paragraphContainer {
		text-align: left;

		width: 100%;

		margin: 0px 0px 30px 0px;
		padding: 0px;
	}
	.paragraphContainer p {
	}
	p, .paragraph {
		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 1px 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 {
	text-align: center;
	position: absolute;
	left: -1px;
	top: 13px;
	width: 186px;
	z-index: 2;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	.textShadowHeader2 {
	left: 1px;
	top: 10px;
	z-index: 1;
	}
