/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Microsoft Content Management Server - Sample Code
'
' This sample code is provided "AS IS" with no warranties, and confers no rights.
' You assume all risk for your use. © 2002 Microsoft Corporation. All rights reserved.
'
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

BODY {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 100%; background-color : #ffffff; margin-left : 0; margin-right : 0; margin-top : 0;} 

img
{
	cursor:hand;
}
.NoPrint
{
	background-color:"Gainsboro";
	display:none;
}

@media print  
{ 
	.NotPrint  
	{ display: none; } 
}