﻿
BODY 
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
	font: Trebuchet MS;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT
{
	font: Trebuchet MS;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	height: 14px;
	width: 55px;
}

INPUT.wide
{
	font: Trebuchet MS;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	height: 14px;
	width: 75px;
}

.Title
{
	font-size: 14px;
	font-weight:bold;
	color: black;
}
.box 
{
	border-style:solid;
	border-width:1px;
	border-color:#155793;
	background-color: #d6efff;
	overflow:hidden;
}
#Menu
{
	position:absolute;
	top:245px;
	left:0px;
	width:400px;
	display:block;
	height:100%;
	overflow:auto;
	color:Black;
	font-size:11px;
	border:solid 0px #155793;

}

#Content
{
	position:absolute;
	height:100%;
	width:100%;
	left:350px;
	top:75px;
	margin:0px;
	overflow:hidden;
	border:solid 3px #155793;
}

#Detail
{
	position:absolute;
	height:100%;
	width:100%;
	left:350px;
	top:75px;
	margin:0px;
	overflow:hidden;
	border:solid 3px #155793;
	display:none;
}

#divNav
{
	position:absolute;
	height:100%;
	width:350px;
	left:0px;
	top:75px;
	margin:0px;
	overflow:hidden;
	font-size: 11px;
	font: Trebuchet MS;
	font-family: Arial, sans-serif;
	color: black;
	background-image:url(Images/bnr_MFR_address_bg.jpg); 
	background-repeat:repeat-y;
	
}

.tblLogin
{
	background-image: url(../../images/propfacts_bg.jpg);
	background-repeat: repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;

}
a
{
	font-size: 12px;
	font-weight:normal; 
	font: Trebuchet MS;
	font-family: Arial, sans-serif;
	color: black;
}

a:link { text-decoration:none; }     
a:visited {text-decoration:none;} 
a:hover {text-decoration:underline;}   
a:active {text-decoration:none;}   


