/*** File Details *****************************************************************
'    File        : Print.css
'    Requires    : None
'    Type        : Print CSS Style Sheet
'    Description : Enter_Description_Here
'--- Change Log   -----------------------------------------------------------------
'    07/14/2005 by TCS\rickr - Initial Creation
'**********************************************************************************/

BODY 
{
	font-size: .7em;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

TD, P, DIV, SPAN
{
		font-size: .7em;
}

.SearchForm
{
	border: 1px solid #999999;
	padding: 10px;
}

.Controls
{
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
	display: none;
}

.LeftNav
{
	display: none;
}
.content
{
    FONT-SIZE: .7em;
	background-color: White;
	color: Black;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

A.LeftNavLink:link	{	
	display: none;
	}	
		
A.LeftNavLink:visited	{	
	display: none;
	}	
		
A.LeftNavLink:active	{	
	display: none;
	}	
		
A.LeftNavLink:hover	{	
	display: none;
	}

.BackHeader {
	display: none;
	}
.BackBox {
	display: none;
	}

.LinkNavBack {
	display: none;
	}
.TopHeader
{
	display: none;
}
.TopTable 
{
	width: 100%;
}