BODY { 
  background-image: url("images/bg_body.jpg");
  background-attachment: scroll;
  background-position: 750px 403px;
  background-repeat: repeat-y;
}

BODY, TABLE  {	font: 11px verdana; text-align: justify;}
HTML, BODY {	height:100%;	margin:0px;	padding:0px}

TABLE.prices
{
        border-width:0px;
        border-collapse:collapse;
}

TABLE.prices TR TD
{
        padding:5px 50px;
}

TABLE.prices TR TH
{
        padding:5px 50px;
        background-color: #DDDDDD;
}

TABLE TR.alt TD
{
        background-color: #EBEBEB;
}

h1{
	font: bold 14px verdana;
	text-align: center;
}

h2{
	font: bold 14px verdana;
	text-align: left;
}

.pics
{
text-align: center;
}

.pics div
{
display: inline;
padding: 2px;
border: solid 1px #008A9B;
background-color: #E6F0F2;
width: 156px;
height: 131px;
}

.pics p
{

margin-top: 6px;

}

