/*
 * @(#)$Id: master.css,v 1.6 2004/02/26 03:00:59 vlada Exp $
 *
 * Copyright (c) 2004 Studio Terra, Inc. All Rights Reserved.
 *
 * info@studio-terra.com
 */

/* Body styles */
	body, div, p, span, .basic {
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		font-style: normal;
		line-height: 14px;
    	color: #000000;
        margin-left: 5px;          
	}
		

/* Section Text */
    .redtxt01 { 
		color: #bf0000;
	}
    
	.summary01 { 
		font-family: "Courier New", Courier, monospace;
		color: #000000;
		font-size: 12px;
		line-height: 15px;
        margin-left: 5px;        
        margin-right: 55px;
	}
    
	.summary02 { 
		font-family: "Courier New", Courier, monospace;
		color: #000000;
		font-size: 12px;
		line-height: 15px;
        margin-left: 5px;        
        margin-right: 5px;
	}    
    
	.content { 
        margin-left: 5px;  
        margin-right: 55px;                
	} 
    
	.content02 { 
        margin-left: 5px;  
        margin-right: 5px;                
	}        

	.copyright { 
		font-family: "Courier New", Courier, monospace;
   		font-weight: bold;
		color: #bf0000;
		font-size: 14px;
		line-height: auto;
	}
		
		
/* Link Text */
	a:link {
		color: #bf0000;
		text-decoration: none;
	}
		
	a:visited {
		color: #bf0000;
		text-decoration: none;
	}
	
	a:active { 
		color: #bf0000;
		text-decoration: none;
	}
	
	a:hover { 
		color: #bf0000;
		text-decoration: underline;
	}


/* Copyright Link Text */
	a.copyright:link {
		font-family: "Courier New", Courier, monospace;
		color: #bf0000;
		text-decoration: underline;
	}
		
	a.copyright:visited {
		font-family: "Courier New", Courier, monospace;
		color: #bf0000;
		text-decoration: underline;
	}
	
	a.copyright:active { 
		font-family: "Courier New", Courier, monospace;
		color: #bf0000;
		text-decoration: underline;
	}
	

	
