/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*	
*   Company:    Cutting Systems, Inc.
*   Email:      webmaster@cuttingsys.com
*   Website:    http://www.cuttingsys.com
*   
*   File:       print.css
*   Version:    0.1
*   Purpose:    The print style sheet used on the latest website design.
*   
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*-=-=-=-=- UNIVERSAL TOOL KIT -=-=-=-=-
	Sorted alphabetically by 
	TAG, DIV, then CLASS 
	whenever possible
*/




table
{
	margin-left: 1em;
	text-align:left;
}

a img
{
	border:none;
}

#footer img#logo
{
	border:1px solid black;
	float:right;
	margin-top:5px;
}

#footer
{
	border-top:1px solid black;
}

#show-list-notice
{
	font-familY:Arial, Verdana, Helvetica, sans-serif;
}

.noprint
{
	display: none;
}

.text-small
{
	font-familY:Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
}

