﻿/*	-------------------------------------------------------------
	Ministry of Interior Traffic and Licensing Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Print setup styles
    Version:        1.0 Taclite
	Date:			March 30,2008
	-------------------------------------------------------------	*/
/*	-------------------------------------------------------------
	Print Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    body
    {
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
		color: #000;
		font-size:15px;
		font-family: Arial, Helvetica, sans-serif;
    }
    
    a
    {
        text-decoration:none;
        font-weight:bold;
        color:#000000;
        background-color:#ffffff;    
    }
     #tdlftshadow,#tdrightshadow,#header,#footer,#dvSend,#tblOptions,.back,.bglftpnl,.path
    {
        display:none;    
    }