/*text colors*/

  a { color: rgb(207, 70, 70); }

  a:active { color: rgb(207, 70, 70); }

  a:hover { color: rgb(51, 51, 51); }

  a.z:link { color: rgb(207, 70, 70); }

  a.z:visited { color: rgb(207, 70, 70);  }

  a.z:active { color: rgb(207, 70, 70); }

  a.z:hover { color: rgb(51, 51, 51); }

  a.zsmall:link { color: rgb(207, 70, 70); }

  a.zsmall:visited { color: rgb(207, 70, 70); }

  a.zsmall:active { color: rgb(207, 70, 70); }

  a.zsmall:hover { color: rgb(51, 51, 51); }

  .title { color: rgb(102, 102, 102); }

  .small { color: rgb(51, 51, 51); }

  .zsmall { }

  .z { color: rgb(207, 70, 70); }

  .underline { }

  .error { color: Red; }

  .info { color: Blue; }

  h1 {	color: rgb(102, 102, 102); }

  h2 { color: rgb(75, 75, 75); }

   
/* box colors */  
  .div-title { 	background-color: rgb(230, 230, 230); 
				background-image: url(headbg.gif);
				background-repeat: repeat-x;
				background-attachment: scroll;
				background-x-position: 0%;
				background-y-position: 0%; 
  } 
  .div-box {border: 1px solid rgb(245, 245, 245);}

  p { }

  select {border: 1px solid rgb(144, 144, 144); }

  input { border: 1px solid rgb(144, 144, 144);
  				background: rgb(245, 245, 245) none repeat scroll 0% 50%; }

  textarea { 	border: 1px solid rgb(144, 144, 144);
    					background: rgb(245, 245, 245) none repeat scroll 0% 50%;}

  img { }

  hr { 	border: 1px solid rgb(207, 70, 70);
    		color: rgb(207, 70, 70);
    		background-color: rgb(207, 70, 70); }

  br { }

/* page sections */
  html { 	color: rgb(51, 51, 51);
   				background-image: url(bg.gif);
    		background-color: rgb(245, 245, 245);
    			background-attachment: scroll;
    			background-repeat: repeat-x; 
				background-x-position: 0%;
				background-y-position: 0%; 
				}

  #Page {}
  
  #doc3{ background-color: rgb(238, 238, 238); }    
 
 
 #hd{ 	   				background-image: url(SP220-2007-s.png);
    			background-attachment: scroll;
    			background-repeat: no-repeat; 
background-position: top right;    			
    		
  #bd {  border: 1px solid rgb(207, 70, 70); }    		
  
  #ft { }
 
  .floatcontainer {  }

  #trailimageid { }
  

