body
{
    background-image: url(images/paperbkgd.jpg);
    background-color: #cccccc;
}
a:link
{
    color: #ffffff;
    text-decoration: underlined;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: arial;
    font-size: 10pt;
}
a:active
{
    color: #3b559f;
    text-decoration: underlined;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: arial;
    font-size: 10pt;
}
a:visited
{
    color: #ffffff;
    text-decoration: underlined;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: arial;
    font-size: 10pt;
}
a:hover
{
    color: #ffcc33;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: arial;
    font-size: 10pt;
}

.menu_button
{
    padding-bottom: 4px;
    padding-top: 4px;
}

.CashDealText
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
    font-style: normal;
    color: black;
}
.FooterText
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
    text-align: center;
    font-variant: normal;
    color: white;
    padding-bottom: 4px;
    padding-top: 4px;
}
.AboutHeadings
{
    font-size: 14pt;
    color: #ffcc33;
    font-style: italic;
    font-family: Tahoma;
    font-weight: bold;
}
.AboutBody
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: Tahoma;
    text-align: left;
}

.ContactBody
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: Tahoma;
    text-align: left;
}
.INVheading
{
    font-weight: bold;
    font-size: 9pt;
    font-family: arial;
    background-color: #3b559f;
    color: whitesmoke;
}
.INVbody
{
    font-size: 9pt;
    font-family: arial;
    background-color: whitesmoke;
}
.INVSold
{
    font-size: 10pt;
    font-family: arial;
    background-color: #b81a1b;
    font-weight: bold;
    color: white;
}
.PaymentLabel
{
    font-size: 10pt;
    font-family: tahoma;
    background-color: #ffcc66;
    text-align: right;
    width: 120px;
}
.PaymentField
{
    font-size: 10pt;
    font-family: tahoma;
    text-align: left;
}
.PaymentAmount
{
    font-size: 14pt;
    font-family: Times;
    text-align: left;
    font-weight: normal;
    font-style: normal;
}

.Required
{
    font-weight: normal;
    font-size: 8pt;
    color: #ff0000;
    font-family: tahoma;
    text-align: left;
}
.PaymentHeader
{
    font-size: 14pt;
    font-family: arial;
    background-color: #ffcc66;
    text-align: left;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	background-color: #8C0000;
	padding: 4px;
}
#footer a,a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}