body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_tile.gif) top left repeat-y #cdcdcd;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

td {
	margin: 0px;
	padding: 0px;
	background: #444;
}

p {
	margin: 20px 25px 10px 20px;
	padding: 0px;
	font-style: italic;
	color: #d0cfd0;
}

img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 15px 25px 10px 38px;
	padding: 0px;
	font-weight: bold;
	text-shadow: 2px 2px 4px black;
	list-style-image: url(../images/bullet_arrow.gif);
}

li {
	margin: 0px 0px 6px 0px;
	padding: 8px 0px 0px 0px;
	background: url(../images/hm_lines.jpg) top left no-repeat;
}

li:first-child {
	background: transparent;
}

ul#minilist {
	padding: 0px;
	margin: 29px 10px 10px 140px;
}

ul#minilist li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: transparent;
}

#info {
	margin: 0px;
	padding: 0px;
	background: url(../images/hm_bgbottom_info.jpg) repeat-x top left #292929;
}

#info div#meetcash {
	margin: 20px 20px 3px 25px;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px black;
}	

#info p {
	margin: 0px 20px 10px 25px;
	padding: 0px;
}

#indv {
	background: url(../images/hm_bg_indv.jpg) no-repeat top left #444;
}

#orgs {
	background: url(../images/hm_bg_orgs.jpg) no-repeat top left #444;
}

#cons {
	background: url(../images/hm_bg_cons.jpg) no-repeat bottom left #5d5b5e;
}

#cash {
	background: url(../images/hm_bgbottom_cash.jpg) no-repeat top left #292929;
}

#headerindv {
	background: #5c884d;
}

#headerorgs {
	background: #96413c;
}

#headercons {
	background: #256db5;
}

#footer {
	background-color: #fff;
	text-align: center;
	color: #777;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: blue;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: blue;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	text-decoration: none;
	color: #fff;
}