BODY
{
	background-image: none;
	background-repeat: no-repeat;
}

.primaryTable 
{
    width: 100%;
}

.nographic
{
    display: block;
}

a:link, a:hover, a:visited
{
    text-decoration: none;
    color: inherit;
}


/* Content */
.content 
{
	padding: 15px 15px 15px 15px;
	width: 100%;
}

.panel,.tab
{
	DISPLAY: none;
}

.selectedtab
{
    text-align: left;
    font-size: 13pt;
}

.selectedpanel, .selectedtab
{
	border: solid 0px transparent;
	background-color: transparent;
	padding: 0px;
}

.tabpanel
{
	border: solid 0px transparent;
	background-color: transparent;
	padding: 0px;
}

.tabspacer
{
	DISPLAY:none;
}

.noprint
{
	DISPLAY:none;
}

@media print { 
	
	.hideme 
	{
		DISPLAY: none;
	}
	
}

