h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/orange-titlebgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 29px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/grey-titlebgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 29px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	width: 210px;
}
.small-bottext {
	font-size: 10px;
	color: #999999;
}
.reasonstitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #442137;
	background-color: #A29999;
	display: inline;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.grey {
	color: #999999;
}
ul.bullets li{
	background-image: url(../images/orange-bullet.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
	background-position: left;
	padding-left: 16px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: -38px;
}
ul.bullets-grey li{
	background-image: url(../images/grey-bullet.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
	background-position: left;
	padding-left: 16px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: -38px;
}
ul.bullets-uc li {
	background-image: url(../images/orange-bullet.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
	background-position: left;
	padding-left: 16px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: -38px;
	text-transform: uppercase;
	color: #FF5D24;
}

