/* Think Incorporated basic stylesheet - Copyright 2005 Think Incorporated and Rent-A-Monkey.com */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2005 Think Incorporated and Rent-A-Monkey.com and may not be reproduced. */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #c4c4c4 url(/images/greygradient_bg.png) repeat-x top left;
	color: #000000;
	font-size: 100.01%;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
}

p, li, address {
	margin: 0 0 1.2em 0;
	font-size: 11px;
	font-style: normal;
}

a {
	text-decoration: none;
}

h3{
	margin-top: 10px;
	color: #4b463d;
	font-size: 14px;
	font-weight: bold;
}

h4{
	margin-top: 10px;
	color: #4b463d;
	font-size: 11px;
	font-weight: plain;
}

div.standardcontent {
	padding: 10px 25px 10px 25px;
}

.note {
	color: #ff00ff;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, li {
	list-style: disc;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 11px;
}

.heading {
	color: #4b463d;
	font-size: 12px;
	line-height: 16px;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #f8902f;
}
a:hover, a:active {
	color: #6db528;
}