/* Rich Text CSS */
/* Dual licensed under the MIT and GPL licenses. */

/* You can choose default font-family */

#txt .richtext {
    font-family:Arial,Verdana,sans-serif;
    font-size:12px;
}
#txt .richtext th, #txt .richtext td, #txt .richtext h6, #txt .richtext h5, #txt .richtext h4, #txt .richtext h3, #txt .richtext h2, #txt .richtext h1 {
    font-family:Arial,Verdana,sans-serif;
    font-size:12px;
}
#txt .richtext pre, #txt .richtext menu, #txt .richtext hr, #txt .richtext dir, #txt .richtext center, #txt .richtext ul, #txt .richtext p,
#txt .richtext ol, #txt .richtext noframes, #txt .richtext h6, #txt .richtext h5, #txt .richtext h4, #txt .richtext h3, #txt .richtext h2,
#txt .richtext h1, #txt .richtext frameset, #txt .richtext frame, #txt .richtext form, #txt .richtext fieldset, #txt .richtext dt,
#txt .richtext dl, #txt .richtext div, #txt .richtext dd, #txt .richtext blockquote, #txt .richtext address {
	display:block
}
#txt .richtext li {
	display:list-item
}
#txt .richtext head {
	display:none
}
#txt .richtext table {
	display:table;
	border-spacing:2px
}
#txt .richtext tr {
	display:table-row
}
#txt .richtext thead {
	display:table-header-group
}
#txt .richtext tbody {
	display:table-row-group
}
#txt .richtext tfoot {
	display:table-footer-group
}
#txt .richtext col {
	display:table-column
}
#txt .richtext colgroup {
	display:table-column-group
}
#txt .richtext th, #txt .richtext td {
	display:table-cell;
	vertical-align:inherit
}
#txt .richtext caption {
	display:table-caption
}
#txt .richtext th, #txt .richtext strong, #txt .richtext b, #txt .richtext h6, #txt .richtext h5, #txt .richtext h4, #txt .richtext h3, #txt .richtext h2, #txt .richtext h1 {
	font-weight:bolder
}
#txt .richtext th, #txt .richtext caption, #txt .richtext center {
	text-align:center
}
#txt .richtext body {
	margin:8px
}
#txt .richtext h1 {
	font-size:2em;
	margin:.67em 0;
	font-size:24px
}
#txt .richtext h2 {
	font-size:1.5em;
	margin:.75em 0;
	font-size:22px
}
#txt .richtext h3, #txt .richtext big {
	font-size:1.17em
}
#txt .richtext h3 {
	margin:.83em 0;
	font-size:20px
}
#txt .richtext menu, #txt .richtext dir, #txt .richtext dl, #txt .richtext ol, #txt .richtext form, #txt .richtext fieldset, #txt .richtext ul, #txt .richtext blockquote, #txt .richtext p, #txt .richtext h4 {
	margin:1.12em 0
}
#txt .richtext h5, #txt .richtext sup, #txt .richtext sub, #txt .richtext small {
	font-size:.83em
}
#txt .richtext h5 {
	margin:1.5em 0;
	font-size:16px
}
#txt .richtext h6 {
	font-size:.75em;
	margin:1.67em 0
}
#txt .richtext blockquote, #txt .richtext dd, #txt .richtext menu, #txt .richtext dir, #txt .richtext ul, #txt .richtext ol {
	margin-left:40px
}
#txt .richtext blockquote {
	margin-right:40px
}
#txt .richtext address, #txt .richtext var, #txt .richtext em, #txt .richtext cite, #txt .richtext i {
	font-style:italic
}
#txt .richtext samp, #txt .richtext kbd, #txt .richtext code, #txt .richtext tt, #txt .richtext pre {
	font-family:monospace
}
#txt .richtext pre {
	white-space:pre
}
#txt .richtext select, #txt .richtext input, #txt .richtext textarea, #txt .richtext button {
	display:inline-block
}
#txt .richtext sub {
	vertical-align:sub
}
#txt .richtext sup {
	vertical-align:super
}
#txt .richtext foot, #txt .richtext tbody, #txt .richtext thead {
	vertical-align:middle
}
#txt .richtext del, #txt .richtext strike, #txt .richtext s {
	text-decoration:line-through
}
#txt .richtext hr {
	border:1px inset
}
#txt .richtext ol {
	list-style-type:decimal
}
#txt .richtext ol ol, #txt .richtext ul ul, #txt .richtext ul ol, #txt .richtext ol ul {
	margin-top:0;
	margin-bottom:0
}
#txt .richtext ins, #txt .richtext u, #txt .richtext:visited, #txt .richtext:link {
	text-decoration:underline
}
#txt .richtext br:before {
	content:"\A"
}
#txt .richtext:after, #txt .richtext:before {
	white-space:pre-line
}
#txt .richtext:focus {
	outline:thin dotted invert
}
#txt .richtext BDO[DIR="ltr"], #txt .richtext *[DIR="ltr"] {
	direction:ltr
}
#txt .richtext BDO[DIR="ltr"], #txt .richtext BDO[DIR="rtl"] {
	unicode-bidi:bidi-override
}
#txt .richtext BDO[DIR="rtl"], #txt .richtext *[DIR="rtl"] {
	direction:rtl
}
#txt .richtext *[DIR="ltr"], #txt .richtext *[DIR="rtl"] {
	unicode-bidi:embed
}
