﻿body
{
	background-color: white;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	word-spacing: normal;

}

.bbb	
{
	border-style: solid;
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;	
	}
	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.tbrt 	{
	text-align:right;
	}
	
.tblf 	{
	text-align:left;
	}
	
.lblrt 	{
	text-align:right;
	}
	
.lblctr 	{
	text-align:center;
	}
	


@media print{	
.ScreenOnly 	{
	display:none;
	}}

@media Screen{	
.PrintOnly 	{
	display:none;
	}
	
	
.TabContentHidden 	{
	display:none; visibility:hidden
	}
	
	
.header { width:500px; font-weight: bold; cursor: hand; cursor:pointer;
               background-color:#D6E3EF; }
               
.details { width:500px; display:none; visibility:hidden;  
            }

