	/*//---------------------------------------------*/
	/*// 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 {
		display: none;
	}


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


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

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

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

		width: 100%;

		margin: 0px 0px 30px 0px;
		padding: 0px;
	}
	.paragraphContainer p {
		text-align: justify;
	}
	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: 100px;
		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: 0px;
		width: 400px;
		z-index: 2;

		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}
	.textShadowHeader2 {
		left: 1px;
		top: 2px;
		z-index: 1;
	}



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


	/*//---------------------------------------------*/
	/*// Container Table Box Style With Shadowing	 */
	/*//---------------------------------------------*/
	.shadowContainer {
		position: relative;
		width: 400px;
		left: 2px;
		top: 2px;

		border-bottom: #DB8520 3px solid;
		border-right: #DB8520 2px solid;
		padding: 0px;
	}

	.shadowHeader, .shadowContent {
		text-align: left;

		color: #000000;
		background: transparent;

		position: relative;
		width: auto;
		left: -2px;
		top: -2px;

		border: #990000 1px solid;
		margin-right: -2px;
		margin-bottom: -2px;
		padding: 3px;
	}
	.shadowHeader {
		font-size: 1.2em;
		font-weight: bold;

		border-bottom: #990000 0px solid;
	}

	/*//---------------------------------------------*/
	/*// Button Element								 */
	/*//---------------------------------------------*/
	a.selectButton {
		font: normal 12px Arial, Helvetica, sans-serif;
		text-align: center;
		text-decoration: none;

		width: 100%;

		color: #000000;
		background: #E0E0E0;

		border-left: #990000 1px solid;
		border-top: #990000 1px solid;
		border-right: #990000 1px solid;
		border-bottom: #990000 1px solid;
		padding: 3px;

		display: block;
		cursor: pointer;
	}
	a.selectButton:hover {
		text-decoration: none;

		color: #000000;
		background: #F0F0F0;

		border-left: #990000 1px solid;
		border-top: #990000 1px solid;
		border-right: #990000 1px solid;
		border-bottom: #990000 1px solid;
	}