body
{
    margin-left: 0px;
    margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
    text-decoration: none;
	/*color: #7FC31B;*/
    color: #999999;
}

a:visited
{
	text-decoration: none;
    color: #999999;
}

a:hover
{
	text-decoration: none;
	color: #7FC31B;
}

a:active
{
	text-decoration: none;
}

.mainHeader
{
	font-size: 16px;
	color: #7FC31B;
	font-weight: bold;
}

.subHeader
{
    font-size: 14px;
    color: #7FC31B;
    font-weight: bold;
}

.left
{
    font-align: left;
}

.greenText
{
    color: #7FC31B;
}

.orangeText
{
    color: #F2B10B;
}


.primaryText
{
    font-size: 12px;
}

.primaryText_bold
{
    font-size: 12px;
    font-weight: bold;
}

.secondaryText
{
    font-size: 10px;
}

.secondaryText_bold
{
    font-size: 10px;
    font-weight: bold;
}

.footerLink
{
	font-size: 10px;
	color: #7FC31B;
}

.caption
{
	font-size: 10pt;
	font-weight: bold;
}

.controls
{
    font-size: 8pt;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

td.form
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 8px;
    text-align : left;
}

.alignRight
{
    align: right;
    padding-right : 10%;
}

.alignLeft
{
    align: left;
    padding-left : 10%;
}

td.align2
{
    align: left;
    text-align : left;
}

input.click
{
    cursor: pointer;
}

table.format
{

    width: 100%;
    padding : 10;

}

fieldset.layout
{
    width: 500px;
}

th#header
{
    font-weight: bold;
}

table#rates {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

table#rates td {
	padding: 5px;
}

table#rates td div {
	border: 1px solid #444;
	padding: 10px;
}

