body {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	line-height: 20px;
}

.xxxColor1 {color: #b02e4c}
.xxxColor2 {color: #5f5fbd}
.xxxColor3 {color: #33cc99}
.xxxColor4 {color: #339933}
.xxxColor5 {color: #d59937}

.xxxFirst {margin-top: 0;}

.xxxCenter {text-align: center;}

.xxxLeft {
	float: left;
	margin-right: 10px;
	text-align: left;
}

.xxxRight {
	float: right;
	margin-left: 10px;
	text-align: right;
}

.xxxCaption {
	font-size: 11px;
	line-height: 16px;
}

h1 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}

h1.xxxFirst {text-align: center;}

h2 {
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

h3 {
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

table {
	margin-top: 9px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border: none;
	border-spacing: 0;
	padding: 0;
	width: 100%;
}

tr {
	background-color: #e7e7e7;
}

td {
	border-top: 1px solid white;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

img {border: none;}

hr {margin-top: 11px;}