body, td{
	margin-top: 0px;
	margin-left: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


table.page{
	width: 750px;
}


div.image-border img {
	border: 3px solid #e9e9e9;
}

img.image-border {
	border: 3px solid #e9e9e9;
}


/*footer styles*/
table.page td.footer{
	height: 40px;
}
table.page td.footer table{
	background: #d01b22;
	color: #fff;
	font-size: 7pt;
	width: 750px;
}
table.page td.footer table tr.text td{
	height: 30px;
}
table.page td.footer table td.privacy{
	font-size: 8pt;
	padding-left: 20px;
}
table.page td.footer table td.copyright{
	font-size: 8pt;
	padding-right: 20px;
	text-align: right;
}
table.page td.footer table a{
	color: #fff;
}

/*Cachet Reid Footer Style*/
/*footer styles*/
table.page td.footer-cr{
	height: 40px;
}
table.page td.footer-cr table{
	background: #B1B83A;
	color: #000000;
	font-size: 7pt;
	width: 750px;
}
table.page td.footer-cr table tr.text td{
	height: 30px;
}
table.page td.footer-cr table td.privacy{
	font-size: 8pt;
	padding-left: 20px;
}
table.page td.footer-cr table td.copyright{
	font-size: 8pt;
	padding-right: 20px;
	text-align: right;
}
table.page td.footer-cr table a{
	color: #000000;
}



/*images seem to have a common border*/
.image-border{
	border: 3px solid #e9e9e9;
}


a:hover{
	text-decoration: none;
}

/* common table styles */

.reids-table {
	border-collapse: collapse;
	font-size: 9pt;
	width: 100%;
}

.reids-table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 4px solid #7F7F7F;
	border-collapse: collapse;
	border-spacing: 0px 5px;
	color: #D01B22;
	padding-bottom: 3px;
	padding-right: 20px;
}

.reids-table td {
	font-size: 9pt;
	color: #707070;
	border-bottom: 1px dotted #E5E5E5;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 20px;
}

.reids-table .item-name a {
	color: #333333;
	text-decoration: none;
}

.reids-table .item-name a:visited {
	color: #333333;
}

.reids-table .item-name a:hover {
	color: #D78F17;
}

.no-dotted-line td {
	border-bottom: 0;
}

.reids-table1 {
	border-collapse: collapse;
	font-size: 8pt;
	width: 100%;
}

.reids-table1 th {
	text-align: left;
	font-weight: bold;
	border-spacing: 0px 5px;
	color: #D01B22;
	padding-bottom: 3px;
	padding-right: 20px;
}

.reids-table1 td {
	font-size: 8pt;
	color: #7F7F7F;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 20px;
}

.reids-table1 .item-name a {
	color: #000000;
	text-decoration: none;
}

.reids-table1 .item-name a:visited {
	color: #7F7F7F;
}

.reids-table1 .item-name a:hover {
	color: #D78F17;
}

