body
{
background-color:#efefef;
font-family:verdana;
color: #555;
margin-top: 5;
margin-left: 6%;
margin-right: 6%;
font-size:75%
}

a:link
{
color:blue;
text-decoration: none;
}

a:visited
{
color:blue;
text-decoration: none;
}

a:hover
{
color:blue;
text-decoration: underline;
}

h1
{
font-size:220%;
}

h2
{
font-size:110%;
}

h2.normal
{
font-size:110%;
font-weight:normal;
}

table
{
font-size:100%;
}

table.properties
{
font-size:100%;
}

table.properties a:link
{
text-decoration: underline;
}

table.properties a:visited
{
text-decoration: underline;
}

table.properties td#r0
{
padding-left: 10px;
padding-right: 20px;
font-weight: bold;
}

table.properties td#r1
{
border: 1px solid #666;
background-color:orange;
text-align: left;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

table.properties td#r2
{
border-left: 1px solid #666;
border-right: 1px solid #666;
text-align: left;
padding-left: 10px;
}

table.properties td#r3
{
border-bottom: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
text-align: left;
padding-left: 10px;
padding-bottom: 5px;
font-weight:bold;
}

table.pricetable
{
border: 1px solid #666;
border-collapse: collapse;
font-size:100%;
}

table.pricetable th
{
background-color:orange;
padding:6px;
font-weight:bold;
text-align:center;
vertical-align: middle;
}


table.pricetable td
{
padding:6px;
}

table.pricetable tr#r1
{
background-color:#efefef;
text-align: right;
}

table.pricetable tr#r2
{
background-color:white;
text-align: right;
}

