BODY
{
	background-color: #FFFFFF;
	color: #808080;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

TD.BODY
{
	background-color: #FFFFFF;
	color: #808080;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* Difrent Parts of the Table */
.TTop
{
	font-size: 0.5pt;
	visibility: visible;
	cursor: default;
	position: static;
	empty-cells: show;
	border-top: 2px solid;
}

.TLeft
{
	font-size: 0.5pt;
	visibility: visible;
	cursor: default;
	position: static;
	empty-cells: show;
	border-left: 2px solid;
}

.TRight
{
	font-size: 0.5pt;
	visibility: visible;
	cursor: default;
	position: static;
	empty-cells: show;
	border-right: 2px solid;
}

.TBottom
{
	font-size: 0.5pt;
	visibility: visible;
	cursor: default;
	position: static;
	empty-cells: show;
	border-bottom: 2px solid;
}

/* Table all */
TABLE
{
	padding-right: 10px;
	padding-left: 10px;
}

/* The Headers and Fills of the table*/
TABLE.CT TR TH
{
	border-color: black;
	background-color: #FFFFFF;
	color: black;
	font-family: Tahoma, Arial, Serif;
	/*font-size: 15px;*/
}

TABLE.GT TR TH
{
	border-color: black;
	background-color: #FFFFFF;
	color: black;
	font-family: Tahoma, Arial, Serif;
	/*font-size: 15px;*/
}

TABLE.LGT TR TH
{
	border-color: black;
	background-color: #FFFFFF;
	color: black;
	font-family: Tahoma, Arial, Serif;
	/*font-size: 15px;*/
}

TABLE.LCT TR TH
{
	border-color: black;
	background-color: #FFFFFF;
	color: black;
	font-family: Tahoma, Arial, Serif;
	/*font-size: 15px;*/
}

/* The Content and borders of the table*/
TABLE.CT TR TD
{
	border-color: black;
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-size: 11px;
}

TABLE.GT TR TD
{
	border-color: black;
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-size: 11px;
}

TABLE.LGT TR TD
{
	border-color: black;
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-size: 11px;
}

TABLE.LCT TR TD
{
	border-color: black;
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-size: 11px;
}

/*Table Right Aligned Headings*/
.ColHeader
{
	text-align: Center;
	font-weight: bold;
	font-size: 10pt;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;

}

/*Table Right Aligned Headings*/
.RowHeader
{
	text-align: Right;
	font-weight: bold;
	font-size: 10px;

	padding-right: 6px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*Table Left Aligned Headings*/
TH.RowInfo
{
	text-align: Left;
	font-weight: normal;
}

TD
{
	font-family: Arial, Serif;
	background-color: #FFFFFF;
	font-size: 11pt;
	color: black;
	padding: 2px
}

/*Table Left Aligned Text*/
TD.Text
{
	font-weight: normal;
	text-align: left;
	padding: 0px;
}

/*Table Center Aligned Text*/
TD.Info
{
	font-weight: normal;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 1px;
}

/*General Left Aligned Text*/
P
{
	background-color: white;
	color: black;
	font-family: Arial, Serif;
	font-weight: normal;
	font-size: 11pt;
	text-align: justify;
	padding-top: 5px;
}

A
{
	cursor: pointer;
	text-decoration: none;
}

A:link { color: black; background: transparent; text-decoration: none;}
A:visited { color: black; background: transparent; text-decoration: none;}
A:active { color: black; background: transparent; text-decoration: none;}

A.AdminGroup
{
	font-size: 20px;
	color: black;
	background: transparent;
}

A.AdminGroup:visited {	color: black; background: transparent; text-decoration: none;}
A.AdminGroup:active {	color: black; background: transparent; text-decoration: none;}

A.AdminItem
{
	font-size: 16px;
	color: black;
	background: transparent;
}

A.AdminItem:visited {	color: black; background: transparent; }
A.AdminItem:active {	color: black; background: transparent; }

/*General Left Aligned Bullets*/
LI
{
	background-color: white;
	color: black;
	font-family: Arial, Serif;
	font-weight: normal;
	font-size: 11pt;
	text-align: justify;
}

H1
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	padding-top: 10px;
}

/*Sub Headings*/
H2
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

H3
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

H4
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

H5
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

H6
{
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, Serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

IMG.STDButton
{
	text-align: center;
	visibility: hidden;
}

/*IMG
{
	visibility: hidden;
	position: absolute;
}*/

