/* ***************************************************************************************************************** */
/* Shared CSS Formatting                           */
/* Version 1.0.8                                   */
/* Last Modified: 2009-07-27                       */

/* ***************************************************************************************************************** */
/* Main Formatting */
html, body {
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
	border-style: none;
}

form {
	padding: 0px;
	margin: 0px;
}



/* ***************************************************************************************************************** */
/* Table Format */
table {
	margin: 0px;
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
}

td {
	margin: 0px;
	padding: 0px;
}

th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/* ***************************************************************************************************************** */
/* Default Display elements */
.AlignCenter {
	text-align: center;
}

.AlignLeft {
	text-align: left;
}

.AlignRight {
	text-align: right;
}

.BrowserHand {
	cursor: pointer;
}

.BlankContent {
	visibility: hidden;
}

.HiddenContent {
	display: none;
	visibility: hidden;
}

.VisibleContent {
	display: block;
	visibility: inherit;
}

.Transparent {
	opacity: 0.0;
}

.TransparentVisible {
	opacity: 1.0;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearLeft {
	clear: left;
}

.ClearRight {
	clear: right;
}

.ClearBoth {
	clear: both;
}

.ClearFloats {
	clear: both;
	margin-bottom: -1px;
	height: 1px;
}

.SmallerText {
	font-size: smaller;
}

.LargerText {
	font-size: larger;
}

.PositionAbsolute {
	position: absolute;
}

.NoWrap {
	white-space: nowrap ! important;
}

.YesWrap {
	white-space: normal ! important;
}

.PageBreak {
	page-break-after: always ! important;
	height: 1px ! important;
	overflow: hidden;
}

.NoPadding, .NoPadding td, .NoPadding th {
	margin: 0px ! important;
	padding: 0px ! important;
}

.NoBold {
	font-weight: normal ! important;
}

.NoItalic {
	font-style: normal ! important;
}

.NoUnderline {
	text-decoration: none ! important;
}



/* ***************************************************************************************************************** */
/* Printable formatting */
.ShowOnPrint {
	visibility: hidden;
	display: none;
}

@media print {
	body {
		background-color: #FFFFFF ! important;
	}

	a:link, a:active, a:visited {
		color: #000000 ! important;
	}

	.HideOnPrint {
		visibility: hidden;
		display: none;
	}

	.ShowOnPrint {
		visibility: inherit;
		display: block;
	}
}



/* ***************************************************************************************************************** */
/* Heading and H tags */

/* Gets rid of unsightly spacing in many common tags */
h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Make h* tags all a normal size */
h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
	font-weight: normal;
}

.Heading1 {
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
}

.Heading2 {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

.Heading3 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

.Heading4 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.Heading5 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.Heading6 {
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}



/* ***************************************************************************************************************** */
/* Font Sizes */
.Font_Default {
	font-size: 9pt;
}

.Font_07pt {
	font-size: 7pt;
}

.Font_10px {
	font-size: 10px;
}

.Font_08pt {
	font-size: 8pt;
}

.Font_09pt {
	font-size: 9pt;
}

.Font_10pt {
	font-size: 10pt;
}

.Font_11pt {
	font-size: 11pt;
}

.Font_12pt {
	font-size: 12pt;
}

.Font_14pt {
	font-size: 14pt;
}

.Font_16pt {
	font-size: 16pt;
}



/* ***************************************************************************************************************** */
/* Specific Regions */
#PageOverlayRegion {
	background-color: #000000;
	z-index: 9999;
}



/* ***************************************************************************************************************** */
/* Common Display Types */

/* ============================================================================================= */
/* Common Background Colors */
.BlackBG {
	background-color: #000000;
}

.WhiteBG {
	background-color: #FFFFFF;
}


/* ============================================================================================= */
/* Common Text Colors */
.BlackText {
	color: #000000;
}

.HighlightText {
	background-color: #FFFF00;
}

.RedText {
	color: #CC0000;
}

.WhiteText {
	color: #FFFFFF;
}
