
	.txtFix { display: none;}

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #ededed;
		}

	 .boxHeader {
            
        height:18px;
        text-align:left;
        padding:2px;
		  
		border-bottom: 1px solid #aacbee;
		background-color: #ebf3fb;
		font-weight: bold;
		font-size: 13px;
				
		border-top: 1px solid #aacbee;
		border-right: 1px solid #aacbee;
		border-left: 1px solid #aacbee;
           
	 }
	 
	 .boxHeaderText {
            
		
		color: #07519a;
		font-size: 14px;
           
	 }
	 
	 .boxMainMax {
         
        cursor:pointer;

	 }
	 
	 .extraPadding {
        
		padding-top:10px;

	 }
	 
	 
	.boxContent {
         
		padding:0px;
		padding-top:0px;
		padding-bottom:0px;
				
		border-bottom: 1px solid #aacbee;
		border-right: 1px solid #aacbee;
		border-left: 1px solid #aacbee;
        overflow:hidden;
		
	 }	
	 
	.boxContentHidden {
	
        visibility:hidden;
		display:none;


	 }	
	 
	.boxContentHeader {
         
		font-size: 13px;
		color: #07519a;
		font-weight: bold;
	 }
	 
	.boxContentText {
        
		font-size: 13px; 
		color: #07519a;
	 }
	 

	 
	 
.boxContentLink  {

	font-size: 13px; 
	color: #07519a;
	TEXT-DECORATION: none;
	}
	
a:hover.boxContentLink  
	{
	font-size: 13px; 
	color: #07519a;
	TEXT-DECORATION:underline;
	}	
	
	.grey {

		color: #555555;
	 }
	 
	
	.blue {

		color: #07519a;
	 }
	
	
	.boxContentGreyLink  {

	font-size: 13px; 
	color: #555555;
	TEXT-DECORATION: none;
	}
	
a:hover.boxContentGreyLink  
	{
	font-size: 13px; 
	color: #555555;
	TEXT-DECORATION:underline;
	}	
	
	.tabOn {
         
		border-right: 1px solid #aacbee;
		cursor:pointer;
	 }	
	 
	.tabOff {
         
		border-bottom: 1px solid #aacbee;
		border-right: 1px solid #aacbee;
		cursor:pointer;
	
	 }	
	 
	 .bad	{
	color: #A61010;

	}

	.good	{
	color: #177200;
	}
	
	.small	{
	font-size: 10px;
	}
	



