body.rtf {
	background-color: white;
}
body.rtf *{
	font-size: 12px;
}

.rtf{
	margin-bottom: 10px;
}

.rtf h1, .rtf h1 *{
	font-size: 24px !important;
	color: gray;
}

.rtf a img{
	border: none;
}

/** table styles for RTFs **/
table.IG{
	border-spacing: 2px !important;
	border-collapse: separate !important;
}

table.IG td{
	background-color: #efefef;
	border: solid silver 1px;
	padding: 5px;
}

tr.table-header td{
	background-color: gray !important;
	color: white;
}
tr.table-header td *{
	color: white;
}
