@charset "utf-8";


body {
	background-image: url(images/gradientbackground.png);
	margin-left: 0%;
	margin-top: 0%;
}

a:link {
	text-decoration: none;
	color: #C0272D;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0db14b;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
td img {display: block;}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: disc;
	margin-top: -10px;
	margin-bottom: -10px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #666666;
	margin-bottom: -5px;
	padding-top: 9px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
blockquote {
	margin-top: -10px;
}
.HomePageHeading {
	font-size: 36px;
	color: #666666;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.HomePageAfterHeading {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
}
#LeftNav {
	margin-top: 30px;
	margin-left: 25px;
	color: #FFFFFF;
	margin-right: 25px;
}
#LeftNav p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#LeftNav h1 {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#LeftNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#LeftNav a:visited {
	color: #FFFFFF;
}
#LeftNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#LeftNav .CurrentPage {
	font-style: italic;
	font-weight: bold;
}


#BottomNav {
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
}
#BottomNav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}

#BottomNav a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#BottomNav a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#BottomNav a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
#calculator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.rightaligned {
	text-align: right;
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftaligned {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 7px;
}


#DebtCalculator td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#DebtCalculator h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 6px;
}
#InfoRequest #DebtAmount {
}

#InfoRequest td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#InfoRequest h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 6px;
}

#InfoRequest input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#InfoRequest textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#InfoRequest #DebtAmount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#InfoRequest #DebtHistory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ThankYou {
	background-color: #FFFFFF;
	background-image: none;
	padding: 10px;
}
.ThankYou p {
	font-size: 12px;
}
