/*-------------------------------------------------
  CSS Stylesheet
  Created by Net Pro Marketing
  for the domain HomeMortgageCalculators.net
  http://mobile.homemortgagecalculators.net
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	}

a:link, a:visited, a:hover {
	color: #336699;
	}

#container {
	width: 240px;
        }

.bodytxt {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}

.calculatortitle {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.calculatorlist, .calculatorlist a:link, .calculatorlist a:visited, .calculatorlist a:active {
	font-family: arial;
	font-size: 10px;
	color: #336699;
	}

.calc {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}

.calcdisclaimer {
	font-family: arial;
	font-size: 9px;
	color: #000000;
	}

.calcresultstitle {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.calcresultstext {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}

.calcamortization {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}

.calcamortizationg {
	font-family: arial;
	font-size: 10px;
	color: #339900;
	}

.calcamortizationb {
	font-family: arial;
	font-size: 10px;
	color: #0000FF;
	}

.calcamortizationr {
	font-family: arial;
	font-size: 10px;
	color: #FF0000;
	}

.calclocation {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}

/*-------------------------------------------------
Footer Layout
-------------------------------------------------*/

.bottombar, .bottombar a:link, .bottombar a:visited, .bottombar a:active {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

.footer, .footer a:link, .footer a:visited, .footer a:active {
	font-family: arial;
	font-size: 9px;
	color: #336699;
	}

