body {
	background-image: url(/images/crunch/bgrd.jpg);
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
h4 {
	background: #fafdfd;
	color: #71476d;
}
ul li {
	list-style-image: url(/images/listMarkerDebtcruncher.gif);
	margin:0 10px 0 20px;
}
a:hover, a:active {
	text-decoration:none;
	color: #71476d;
}
a.showHide {
	color: #71476d;
}
#content {
	color: #333;
}
#userArea h2, #userArea h3 {
	background-color: #71476d;
}
#twitter h2 {
	background:none;
}
#footer {
	background-color: #71476d;
	background-image: url(/images/crunch/footerBgrd.gif);
}

/*   Main Navigation   */
#nav {
    background: #819f97;
}
ul#primaryNav li {
    background: #819f97;
}
ul#primaryNav li:hover ul, ul#primaryNav li.current ul{
	text-decoration: none;
}
ul#primaryNav ul li {
    background: #71476d;
}
ul#primaryNav li a:hover {
    color: #71476d;
}
ul#primaryNav ul li a:hover {
    text-decoration: underline;
    color: #819f97;
}

a.prettyBut:hover, input.prettyBut:hover {
	background: #71476d;
	color: #FFF;
}
a.prettyBut, input.prettyBut {
	background: #819f97;
	color: #71476d;
}

table.cool {
	width:656px;
	border-collapse:collapse;
	margin: 12px 10px 10px 10px;
}
table.cool tbody td {
	vertical-align:middle;
	text-align:center;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background-color: #e1e8ea;
}
table.cool tbody td.left {
	font-weight:bold;
	text-align:left;
	color: #947591;
}
table.cool tbody th {
	border-top: solid 1px #FFF;
	background-color: #9fb6b0;
	text-align:left;
}
table.cool thead tr {
	border-top: 5px solid #e5e5e5;
}
table.cool thead th {
	background-color:#947591;
	border-right: solid 1px #FFF;
	color: #fff;
	padding:5px;
	margin: 5px 0;
	text-align:center;
}
table.cool tfoot th {
	color: #FFF;
	text-align:left;
	font-weight: normal;
	background-color:#9fb6b0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	padding:10px;
	margin: 5px 0;
}
table.cool th, table.cool td {
	padding:5px;
	margin: 5px 0;
}
