body	{   font-family: Verdana, Arial; 
            font-size: 10pt; 
            margin: 2em; 
            background: green url(green-grad.gif) repeat-x;
            }

th, td	{font-family: Verdana, Arial; font-size: 10pt; }
.sm  	{font-family: Verdana, Arial; font-size: 8pt; color: #F00; }
.medred	{font-family: Georgia, Verdana; font-size: 12pt; color: #F00; }
.large  {font-family: Georgia, Arial; font-size: 12pt; }
.big    {font-family: Verdana, Arial; font-size: 12pt; }
.white  {color: #FFF; }
.black  {background-color: #000; color: #FFF; }

h1      {	font-family: Georgia, Arial, "sans serif"; 
			font-size: 24pt; 
			font-weight: normal;
			}
h2      {	font-family: Georgia, Arial, "sans serif"; 
			font-size: 20pt; 
			font-weight: normal;
			}
h3      {	font-family: Georgia, Arial, "sans serif"; 
			font-size: 17pt; 
			font-weight: normal;
			}
h4      {	font-family: Georgia, Arial, "sans serif"; 
			font-size: 15pt; 
			font-weight: normal;
			}

input	{	padding: 3px; }
textarea {	padding: 3px; }

a:hover {color:red; text-decoration: underline;}
.note { background-color: #FF6; padding: 6px;  border-style: solid;
		border-width: 1px; border-color: #000; font-size: x-small; }
.spec { background-color: #F00; color: #FFF; }
.menu { background-color: #0F0;
		border-width: 1px; border-color: black; border-style: solid; 
		padding: 5px;
		}

.leftcell {	border-top: 1px solid black;
			border-left: 1px solid black;
			border-bottom: 1px solid black;
			}

.rightcell {border-top: 1px solid black;
			border-right: 1px solid black;
			border-bottom: 1px solid black;
			}

.hdr {		font-weight:		bold;
			text-decoration:	underline;
			}
.year    {	font-family: Georgia, Arial, "sans serif"; 
			font-size: 20pt; 
			font-weight: normal;
            padding: 3px 15px;
			}
.boldred { font-weight: bold; color: #900; }
.boldgreen { font-weight: bold; color: #060; }
            
.indent {   margin-left:    2em;
            margin-right:   2em;
            }
.red {      color:          red;
            }

.who {      color:              #060;
            font-weight:        bold;
            font-style:         normal;
            }
