body {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	margin: 20px 0px 0px 0px;
	}

#container {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e4701d;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow:hidden;
	}

#window_blue {
	overflow: auto;
	background-color: #004990;
	height: 360px;
	width: 520px;
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	}

#window_brown {
	overflow: auto;
	background-color: #692806;
	height: 360px;
	width: 520px;
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	}

#window_yellow {
	overflow: auto;
	background-color: #ffd456;
	height: 360px;
	width: 520px;
	font-size: 12px;
	color: #692806;
	padding: 20px 20px 20px 20px;
	}

#window_white {
	overflow: auto;
	background-color: #ffffff;
	height: 360px;
	width: 520px;
	font-size: 12px;
	color: #004990;
	padding: 20px 20px 20px 20px;
	}

#window_calc {
	overflow: auto;
	background-color: #ffffff;
	height: 360px;
	width: 520px;
	font-size: 12px;
	color: #004990;
	padding: 20px 20px 20px 20px;
	}

#window_mls {
	background-color: #692806;
	background-image: url(i/mls_back.jpg);
	height: 360px;
	width: 520px;
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	}

#window_crisnet {
	background-color: #692806;
	background-image: url(i/crisnet_back.jpg);
	height: 368px;
	width: 520px;
	font-size: 12px;
	padding: 12px 20px 20px 20px;
	}

#window_schools {
	background: #692806 url(i/schools_bus.jpg) no-repeat 220px 274px;
	height: 380px;
	width: 520px;
	font-size: 12px;
	padding: 20px 20px 0px 20px;
	}

.left_nav {
	display: block;
	width: 105px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 1px solid #ffd456;
	margin-bottom: 7px;
	}

.left_nav_blue {
	display: block;
	width: 105px;
	font-weight: bold;
	font-size: 12px;
	color: #004990;
	border-bottom: 1px solid #ffd456;
	margin-bottom: 8px;
	}

.big_blue {
	color: #004990;
	font-size: 15px;
	font-weight: bold;
	}

.big_yellow {
	color: #ffd456;
	font-size: 15px;
	font-weight: bold;
	}

.big_white {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	}

.topbanner {
	font-size: 11px;
	}

.topbanner_big {
	font-size: 15px;
	}

.topbanner_bigger {
	font-size: 20px;
	font-weight: bold;
	}

.status {
	color: #ffd456;
	font-size: 15px;
	font-weight: bold;
	}

.yellow {
	color: #ffd456;
	}

.blue {
	color: #004990;
	}

.title_yellow {
	font-weight: bold;
	font-size: 22px;
	color: #ffd456;
	}

.title_blue {
	font-weight: bold;
	font-size: 22px;
	color: #004990;
	}

.title_orange {
	font-weight: bold;
	font-size: 22px;
	color: #e4701d;
	}

.title_white {
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	}

.internet {
	font-size: 16px;
	color: #692806;
	font-weight: bold;
	}

.contact {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 3px;
	}

.nav_y {
	font-weight: bold;
	font-size: 15px;
	color: #ffd456;
	}

.nav_w {
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	}

.nav_b {
	font-weight: bold;
	font-size: 15px;
	color: #004990;
	}

a.yellow:link, a.yellow:visited, a.yellow:hover {
	text-decoration: underline;
	color: #ffd456;
	}

a.nav_y:link, a.nav_y:visited {
	text-decoration: none;
	color: #ffd456;
	}

a.nav_w:link, a.nav_w:visited {
	text-decoration: none;
	color: #ffffff;
	}

a.nav_b:link, a.nav_b:visited {
	text-decoration: none;
	color: #004990;
	}

a.nav_y:hover, a.nav_w:hover, a.nav_b:hover {
	text-decoration: none;
	color: #004990;
	}

a.left_nav:link, a.left_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.left_nav_blue:link, a.left_nav_blue:visited {
	color: #004990;
	text-decoration: none;
	}

a.left_nav:hover, a.left_nav_blue:hover {
	text-decoration: none;
	color: #004990;
	}

a.internet:link, a.internet:visited {
	text-decoration:underline;
	color: #692806;
	}

a.internet:hover {
	text-decoration: none;
	color: #692806;
	}

a.contact:link, a.contact:visited {
	text-decoration: none;
	color: #000000;
	}

a.contact:hover {
	text-decoration: underline;
	color: #000000;
	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* Main Calculator Styles */
.cTimeValue P, .cTimeValue TD, .cTimeValue OL, .cTimeValue UL, .cTimeValue SELECT, .cTimeValue INPUT
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #004990;
	text-decoration: none;
}
.cTimeValue TD P
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #004990;
	margin: 0 0 0 0;
	text-decoration: none;
}
.cTimeValue H2, .cTimeValue Legend
{
	font-family: Helvetica, Arial, sans-serif;
	color: #e4701d;
	font-size: 14px;
	font-weight: bold;
}
.cTimeValue a:link, .cTimeValue a:visited
{
	color: #004990;
	text-decoration: none;
}
.cTimeValue a:hover
{
	color: #e4701d;
	text-decoration: underline;
}

/* Amortization Styles */
.cTimeValue .cAmortTable
 {
    border: solid black 2px;
    border-collapse: collapse;
}
.cTimeValue .cAmortTable td
 {
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 5px;
}
.cTimeValue .cAmortTitleFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #e4701d;
    FONT-STYLE: normal;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
}
.cTimeValue .cAmortHeader td
{
    text-align: center;
    background-color: #EEEEEE;
    font-weight: bold;
    font-size: 12px;
    color: black ;
}
.cTimeValue .cAmortLineE td
 {
    background-color: #F4F4F4;
    color: #333333;
}
.cTimeValue .cAmortLineO td {
    background-color: #FFFFFF;
    color: #666666;
}