/*
  -- Devraj Chakraverty
  -- 24th August 2009
  -- Infra # 1034365 
  -- Firefox was only printing the 1st page if multiple page document was Printed
  -- created a common CSS only used for Printing
  -- changed all the printing references to css\Printcommon.css 
  -- as previously it all used to refer to css\common.css

*/

BODY
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 0.75em;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Arial, Helvetica;
    color: #333333;

        
}

TABLE
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    margin-bottom: 0;
    height: auto ; /* Firefox was only printing 1st page */
                   /* Initail value was .1%*/           
}


H1
{
    
    font-weight: normal;
    FONT-SIZE: 200%; 
    padding-top: 0%;
    margin-bottom: 0px;
    FONT-FAMILY: Arial, Helvetica;
    margin-top: 0px;
    
}


H2
{
    FONT-WEIGHT: bold;
    font-size: 150%; 
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0px;
    FONT-FAMILY: Arial, Helvetica;
}
H3
{
    FONT-WEIGHT: normal;
    font-size: 150%; 
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0px;
    FONT-FAMILY: Arial, Helvetica;
}
H4
{
    FONT-WEIGHT: bold;
    font-size: 133%; 
    color: #333333;
    margin-bottom: 5px;
    FONT-FAMILY: Arial, Helvetica;
    
}
H5
{
    FONT-WEIGHT: normal; 
    font-size: 133%; 
    color: #333333;
    margin-bottom: 5px;
    FONT-FAMILY: Arial, Helvetica;
}
H6
{
    FONT-WEIGHT: bold;
    font-size: 100%; 
    color: #333333;
    margin-bottom: 5px;
    FONT-FAMILY: Arial, Helvetica;
}
p
{
	margin-bottom:0px;
    margin-top:0pt;
    padding-bottom:12px;
}


INPUT
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    vertical-align:middle;
}
SELECT
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    vertical-align:middle;
}
TH
{
    TEXT-ALIGN: left
}
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
	max-width: 540px;
	
 }

.H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 150%; 
}
.H3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 150%; 
}
.H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE:  133%; 
}
.H5
{
    FONT-WEIGHT: normal; 
    font-size: 133%; 
}
.heading1anotoc
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 150%; 
}
.heading2anotoc
{
    FONT-WEIGHT: normal;
    FONT-SIZE:  150%; 
    margin-bottom: 0px;
    margin-top:0px;
}
.heading3anotoc
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 133%; 
}
.heading4anotoc
{
    FONT-WEIGHT: normal ;
    FONT-SIZE: 133%; 
}
.heading5anotoc
{
    FONT-WEIGHT: bold;
    font-size: 100%; 
}
.HomePageHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.25em;
    PADDING-BOTTOM: 6px;
    COLOR: #003366;
    PADDING-TOP: 6px
}

#menu
{
	display: none;
}
#wrapper, #content
{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: Black;
	background: transparent none;
}
div#content
{
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
}
div#mast
{
	margin-bottom: -8px;
}
div#mast img
{
	vertical-align:baseline;
}
a:link, a:visited
{
	
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a.googlecopyright:link, a.googlecopyright:visited
{
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
}




