/*		BODY STYLES		*/
	body.framed {
  background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat }

/*		HORIZONTAL LINES		*/  
  hr.keo {	
  	width:65%;
    text-align:left;
    height:1 }
                  
  hr.small {
  	width:40%;
  	text-align:left;
    height:1 }
    
/*  	TABLES		*/                                  
  table.generic {
  	width:100%;
  	height:auto;
    caption-side:0;
    empty-cells:inherit;
    padding:0;
    vertical-align:top }
    
	table.thumbnails {
  	width:610;
    height:auto;
    empty-cells:inherit;
    padding:0;
    vertical-align:top;
    border:0;
    text-align:center }
    
  td.thumbnails {
  	width:200;
    height:200;
    margin: 3 }
   
 	td.definition {
  	width:200;
    height:120;
    margin:3;
    vertical-align:top;
    font-size:small }
    
/*		DEFINITION LISTS 		*/                  
  dt.links {	
  	font-weight:bold;
    font-size:inherit;
    font-family:times new roman }
                  
  dt.newsTitle {	
  	font-weight:bold;
  	font-size:inherit;
    font-family:times new roman }
                 
  dd.links { 
  	font-style:italic;
  	font-family:monospace;
  	font-size:80%	}
  
  dd.news { 
  	font-style:normal;
  	font-family:sans;
    font-size:90% }
                      
  dd.desc	{ 
  	font-style:normal;
  	font-family:sans;
    font-size:80% }
    
/*		LINKS		*/                
  a:link.images, a:visited.images {
  	border : none;
  	text-decoration : none }
              