.noprint
{
	display: none;
	visibility: hidden;
}
.printOnly
{
	display: block;
}
#PagePrintContent
{
	width: 600px;
}
.tshade
{
	background-color: white;
}
.tablehead
{
	background-color: white;
	color: black;
}
.tableheadPrint
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #000000;
}
A
{
	color: black;
	text-decoration: none;
	cursor: default;
}
A:active
{
	color: black;
	text-decoration: none;
	cursor: default;
}
A:hover
{
	color: black;
	text-decoration: none;
	cursor: default;
}
A:link
{
	color: black;
	text-decoration: none;
	cursor: default;
}
A:visited
{
	color: black;
	text-decoration: none;
	cursor: default;
}
.PageSectionFrame
{
	border: white 1px solid;
}
.PageSectionTitle
{
    background-color: white;
    color: black;    
    font-weight: bold;
    font-size: 8pt;
    padding-left: 0px;
    border-bottom: black 1px solid;    
}
.PageSectionContentBorder
{
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;   
}
.GridTable
{
	background-color:#FFFFFF; 
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	font-size: 7pt;
	
}
.sm2
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.sm3
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.Grid
{
	margin: 20px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #efefef;
	width: 100%;
}

.GridRow
{
	border: 1px solid white;
	padding: 3px 3px 3px 3px;
	font-size: 7pt;
	text-align: left;
}