<style>

a			{color:#000080;
			}

a:active 		{color:#000080;
			}
a:visited 		{color:#000080;
			}
A:hover 		{color: #FCAF17; font-family: Arial; font-size: 10pt
			}

table.tableGeneral  	{table-border:0;
			ellpadding:0;
			cellspacing:0;
			background-color:#FFFFFF;
			}

table.tableData  	{bordercolor:#000080;
			background-color:#FFFFFF;
			}

table.tableButton  	{border:2;
			bordercolorlight:#9CB5DA;
			bbordercolordark:#00004F;
			background-color:#000095;
			width:90px;
			height:35px;
			align:center;
			}

td.tdBlue  		{background-color:#000080;
			font-family:Ariel;
			font-size:10pt;
			font-weight:bold;
			font-color:#FFFFFF;
			}

td.tdLightBlue  	{background-color:#DFDFFF;
			font-family:Ariel;
			font-size:10pt;
			font-color:#000080;
			}

td.tdWhite	  	{background-color:#FFFFFF;
			font-family:Arial;
			font-size:10pt;
			font-weight:normal;
			font-color:#000000;
			}

td.tdGrey	  	{background-color:#F0F0F0;
			}
 
td.tdYellow	  	{background-color:#FCAF12;
			font-family:Ariel;
			font-size:12pt;
			font-weight:bold;
			font-color:#FFFFFF;
			}
.yesprint {display:none;}
@media print 
{
	/* All the form elements under the class bellow will Not be printed */
    .noprint 
    {
		 display: none;
    }
    /* All the form elements under the class bellow will be printed */
    .yesprint 
    {
		 display: block;
    }
}

</style>

