﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
}
    
#container {
    margin: auto;
    width: 350px;
	margin-top: 0px;
	margin-left: 0px;
}

#outline 
{
    width:  350px;
    border: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #D9D9F3;
}

#mortgageGrid {
    width: 300px;
    border: 0px;
}

#programInfo {
    float: none;
    clear: both;
    width: 350px;
    }

#issuesAndInstructions {
    float: none;
    clear: both;
    width: 350px;
    }

#webApp {
    float: none;
    clear: both;
    width: 350px;
    }

.mortgageType {
    font-weight: bold;
}

.programTitle {
    font-weight: bold;
    font-size: small;
    font-style:normal;
}
.version {
	font-style: italic;
}

.header {
    font-weight: bold;
    font-size: small;
    font-style: normal;
}

.copyright 
{
    font-size: xx-small;
}

.headerHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #FF8600;
}
a:visited {
	font-weight: bold;
	font-style: normal;
	color: #ED9121;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
	font-style: normal;
	text-decoration: line-through;
	color: #003F87;
}
a:hover {
	font-weight: bolder;
	font-style: normal;
	text-decoration: line-through;
	color: #003F87;
	}

