﻿html
{
	background-image: url(images/bg_pagebg.gif);
}

body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color:White;
	padding-top: 0px;
	font-family: Tahoma;
	font-size:8pt;
}

a
{
	color: #00ccff;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

a:visited
{
	color: #ff0066;
	text-decoration: underline;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Fill
{
	width:100%;
	height:100%;
	min-height:100%;
}

.NavFill
{
	width: 100%;
	background-image: url(images/fr_navbar_fill.gif);
	background-repeat: repeat-x;
}

.FR_Form
{
	font-size:8pt;
	color:black
}

.footer
{
	font-size: 8pt;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: white 1px solid;
}

.footer a
{
	color: #00ccff;
	text-decoration: underline;
}

.footer a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

.footer a:visited
{
	color: #ff0066;
	text-decoration: underline;
}

.lenderpanel a:link 
{
    color:#FF6600;
    text-decoration:none
}

.lenderpanel a:hover 
{
    color:#FF6600;
    text-decoration:underline
}

.lenderpanel a:visited 
{
    color:#CC6633;
    text-decoration:underline
}