﻿.print { 
    display: none;
    }


    @media print {

    .noprint {
    	 display: none;
    	}
    }
body
{
	MARGIN: 0px
	
}

.head
{
	table-layout: fixed;
	font-size: 13pt;
	font-family: 'Times New Roman' , Verdana;
	text-transform: capitalize;
	background-color: lightgrey;
	color: black;
	font-weight: bold;
}
.text
{
	table-layout: fixed;
	font-size: 10pt;
	font-family: Verdana;
	
}

.main
{
	table-layout: fixed;
	font-size: 15pt;
	font-family: 'Times New Roman' , Verdana;
	text-transform: capitalize;
	background-color: transparent;
	color: black;
	font-weight: bold;
}
A
{
	text-decoration: none;	
}
.SP
{
	font-size: 13pt;
	text-transform: uppercase;
	font-family: Arial;
	color: black;
	font-weight: bold;
}
.SP2
{
	font-size: 10pt;
	text-transform: uppercase;
	font-family: Verdana;
	table-layout: fixed;
	font-weight: bold;
	color: #0099ff;
}
.step
{
	table-layout: fixed;
	font-size: 11pt;
	font-family: Verdana;
	color: #e77b20;
	font-weight: bold;
}
.tbl
{
	table-layout: fixed;
	width: 100%;
}
