.text {
	font-family: Arial;
	font-size: 14px;
}
.3d {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #EEEEEE;
}
.reddots {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DA251C;
}
.redborder {
	border: thin solid #DA251C;
}
.redlineleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DA251C;
}
.textcaptions {
	font-style: italic;
	font-family: Arial;
	font-size: 14px;
}
.textheading {
	font-weight: bold;
}