﻿body
{
    font-family: verdana, tahoma, arial;
    font-size: 12px;
    color: Black;
}
td
{
    font-size: 12px;
    color: Black;
    white-space: nowrap;
    height: 25px;
}
td.display
{
	background-color: #B4B4B4;
	font-weight: bold;
	white-space: nowrap;
}
td.Odd
{
	background-color: White;
	white-space: nowrap;
	margin: 5px 5px 5px 5px;
	vertical-align: top;
}
td.Even
{
	background-color: #DEDEDE;
	white-space: nowrap;
	margin: 5px 5px 5px 5px;
	vertical-align: top;
}
input.input
{
    border: 1 solid Gray;
    font-family: "Courier New", "Verdana", "Tahoma", "Arial";
    font-size: 13px;
    color: Black;
}
input.button
{
    font-family: verdana, tahoma, arial;
    font-size:12px;
}
.CompanyName
{
	font-weight: bold;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 24px;
}
span.title
{
	font-family: Times New Roman, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
p
{
	margin: 4px 4px 4px 4px;
	line-height: 15px;
}