﻿body {
	position: relative;
	margin: 10px 30px;
	background: #fff;
	font: 75%/150% "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #0120B8; /* #488bcf; */
	text-decoration: none;
}

h1 { font-weight: bold; font-size: 150%; letter-spacing: -1px; color: #000;}
h2 { font-weight: bold; font-size: 120%; letter-spacing: 0px; color: #000;}

.return 
{
    border: solid 2px #ccc;
    border-width: 2px 0px;
    padding: 3px;
    margin: 5px 0;
}

table 
{
    margin: 20px 0;
}
tr.heading, tr.heading td 
{
    font-weight: bold; letter-spacing: 1px;
    background: #ccc;
}
tr.heading td 
{
    font-size: 110%;
    padding: 7px 15px 7px 5px;
}
tr.alt, tr.alt td 
{
    background: #CEEBF7;
}

td.inv
{
    padding: 7px 15px;
    text-align: right;
}
td.plant, td.key
{
    font-weight: bold;
    padding: 7px 15px 7px 5px;
    letter-spacing: 1px;
}
td.inv, td.plant 
{
    border-right: solid 1px #ccc;
}
td.na 
{
    color: #999;
    font-size: 90%;
}
