﻿
@media print  
{	
    /*****   Styles for print   ******/
      h1, h2, h3 {color:black;}
      #navigation {display:none}
.button
{
	font-family: verdana;
	display: inline;
	font-weight: bold;
	font-size: 12pt;
	visibility: hidden;
	color: blue;
	font-style: normal;
	background-color: white;
	font-variant: normal;
}  
    
.text
{
	color: blue;
	font-family: Verdana;
	font-size: small;
}

.textup
{
	color: blue;
	font-family: Verdana;
	font-size: large;
}

.textdown
	{
		color: blue;
		font-family: Verdana;
		font-size: x-small;
	}

.lbl
    {
        color: black;
        font-family: Verdana;
        font-size: small;
        vertical-align: top;
    }

.lblup
	{
		color: black;
		font-family: Verdana;
		font-size: large;
        vertical-align: top;
	}

.lbldown
{
	color: black;
	font-family: Verdana;
	font-size: x-small;
        vertical-align: top;
}

.cb
{
	font-family: Verdana;
	font-size: small;
}


.cbdown
{
	font-family: Verdana;
	font-size: x-small;
}

.cbup
{
	font-family: Verdana;
	font-size: large;
}
    
         
h4 {color:blue;}
}
 
@media screen { 
      /*****   Styles for screen  ******/
            h4 {color:blue;}
.button
	{
		font-family: verdana;
		display: inline;
		font-weight: bold;
		font-size: 10pt;
		visibility: visible;
		color: blue;
		font-style: normal;
		background-color: white;
		font-variant: normal;
	}
	
.text
{
	color: blue;
	font-family: Verdana;
	font-size: small;
}

.textup
{
	color: blue;
	font-family: Verdana;
	font-size: large;
}

.textdown
	{
		color: blue;
		font-family: Verdana;
		font-size: x-small;
	}

.lbl
{
	color: black;
	font-family: Verdana;
	font-size: small;
    vertical-align: top;
}

.lblup
	{
		color: black;
		font-family: Verdana;
		font-size: large;
        vertical-align: top;
	}

.lbldown
{
	color: black;
	font-family: Verdana;
	font-size: x-small;
    vertical-align: top;
}

.cb
{
	font-family: Verdana;
	font-size: small;
}


.cbdown
{
	font-family: Verdana;
	font-size: x-small;
}

.cbup
{
	font-family: Verdana;
	font-size: large;
}




}




.label
{
	color: black;
	font-family: Verdana;
	font-size: 10pt;

}

