﻿/* CSS for standard styles */
html{height: 100%;}
body {
    background: #837560;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
	font-weight: normal;
	color: #777;
}
h1
{
    font-size: 1.3em;
	color: #CE7014;
}
h2
{
	font-size: 1.2em;
	color: #CE7014;
	margin-top: 10px;
}
h3
{
	font-size: 1.0em;
	color: #CE7014;
	margin-top: 8px;
}
h4
{
	font-size: 0.9em;
	color: #CE7014;
}
a
{
    color: #CE7014;
    text-decoration: none;
}
td.currency
{
    text-align: right;
}
