body
    {
    background-color:rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:rgb(120,120,140);
	text-align:center;
    }
    
    a:link 
	{
	color:rgb(130,130,150);
	}
	
	a:visited 	
	{
	color:rgb(130,130,150);
	}
	
	a:hover 
	{
	color:rgb(100,100,110);
	}

	a:active 
	{
	color:rgb(130,130,150);
	}
	
	a img 
	{
  	border-width:0;
  	}
  	
  	.loc a {display:block;}
  	
.container
	{
	width:90%;
	margin:3px auto;
	}

.logo
	{
	height:60px;
	background-color:rgb(255,255,255);
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
	
	h3
	{
	display:none;
	}
	
	h4
	{
	font-size:1em;
	margin:5px 0 3px 0;
	font-variant:small-caps;
	}

	h5
	{
	display:none;
	}
	
	.sc
	{
	font-variant:small-caps;
	}
    	
.steez1
    {
	display:none;
    }

.steez2
    {
	height: 100px;
	border:1px solid rgb(224,220,217);
	overflow:hidden;
    }
    
.pageid
	{
	display:none;
	}
    
.info1
    {
	line-height:120%;
	border:1px solid rgb(224,220,217);
	text-align:center;
	padding:1em 0 2em 0;
    }
    
.info2
    {
	height:100px;
	line-height:120%;
	border:1px solid rgb(224,220,217);
	margin-bottom:4px;
	overflow:auto;
	background-position:center;
	background-repeat:no-repeat;
    }
   
.footer
	{
	display:none
	}