a:link 			{color: #3399CC; text-decoration: none; border-bottom: 1px dotted #3399CC;}
a:visited 		{color: #3399CC; text-decoration: none; border-bottom: 1px dotted #3399CC;}
a:hover			{color: #1F688C; text-decoration: none; border-bottom: 1px dotted #1F688C;}
a:active		{color: #1F688C; text-decoration: none; border-bottom: 1px dotted #1F688C;}

a.margin:link 		{color: #FFFFFF; text-decoration: none; border-bottom: none;}
a.margin:visited 	{color: #FFFFFF; text-decoration: none; border-bottom: none;}
a.margin:hover		{color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
a.margin:active		{color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}

a.footer-link:link 	{color: #CE9583; text-decoration: none; border-bottom: none;}
a.footer-link:visited 	{color: #CE9583; text-decoration: none; border-bottom: none;}
a.footer-link:hover	{color: #EEC5B8; text-decoration: none; border-bottom: none;}
a.footer-link:active	{color: #EEC5B8; text-decoration: none; border-bottom: none;}

html, body {
	font-family: verdana, helvetica;
	font-size: 9pt;
	color: #555555;
	line-height: 19px;
	min-height: 100%;
	margin: 0px;
	background: #9D2B07;
	background-image: url("../images/bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	}

.header {
	font-family: tahoma, helvetica;
	font-size: 14pt;
	line-height: 22px;
	color: #9D2B07;
	}

.subheader {
	font-family: tahoma, helvetica;
	font-size: 11pt;
	line-height: 19px;
	color: #BAB132;
	}
	
#main	{
	width: 494px;
	padding: 5px 20px 0px 20px;
	}

#margin	{
	font-size: 8pt;
	width: 211px;
	}

#interest {
	color: #FFFFFF;
	line-height: 8px;
	background: #CAC138;
	background-image: url("../images/bg-interest.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	}

#calculator {
	color: #555555;
	line-height: 14px;
	background-image: url("../images/bg-calculator.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}

.hilite	{
	color: #C45555;
	}

.hilite-bg {
	color: #FAFCBB;
	}
	
.footer {
	color: #CE9583;
	padding: 5px 10px;
	font-size: 7pt;
	line-height: 14px;
	}

.listings {
	font-size: 8pt;
	line-height: 14px;
	}

.box	{
	border: 1px solid #C9C038;
	background: #FFFCD5;
	padding: 7px;
	font-size: 8pt;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	}
	
p	{
	margin: 15px 0px;
	}

.mgn-list {
	margin-left: 10px;
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
	}

.mgn-list li {
	padding-left: 0px;
	}
	
ul, ol	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

li	{
	margin-top: 15px;
	}
	
li.indent {
	list-style-type: none;
	margin-top: 2px;
	margin-left: 7px;
	}