/* CSS Document */

body {
	background-color: #92b0cf;	
	}
	
#bg
  {
    background: #ffffff url(img/cellbgmiddle.png) no-repeat left bottom;
	background-attachment:inherit;
	
  }
  
  #bgtop
  {
    background: #ffffff url(img/cellbgtop.png) no-repeat left bottom;
	background-attachment:inherit;
	
  }
    #bgbottom
  {
    background: #ffffff url(img/cellbgbottom.png) no-repeat left bottom;
	background-attachment:inherit;
	
  }
  
  

	
a:link {
	color: #939699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #939699;
}
a:hover {
	text-decoration: none;
	color: #92b0cf;
}
a:active {
	text-decoration: none;
	color: #939699;
}
	
.style1 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style2 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


	


