@charset "utf-8";
* {
										margin: 0;
										border: none;
										padding: 0;
										color: inherit;
										background: none;
										font: inherit;
										letter-spacing: inherit;
										word-spacing: inherit;
										text-align: left;
										vertical-align: top;
										text-decoration: inherit;
										text-transform: inherit;
										white-space: inherit;
										cursor: inherit;
}
BODY {
										display: block;
										float: none;
										clear: both;
										margin: 0;
										border: none;
										padding: 30px;
										color: #FFFFFF;
										background: #660000;
										font-family: "Courier New", Courier, monospace;
										font-size: 12px;
										font-style: normal;
										font-weight: normal;
										text-align: left;
										line-height: normal;
										cursor: default;
}
IMG {
										display: block;
										margin: 0;
										border: none;
										padding: 0;
}
DIV {
										display: block;
										float: none;
										clear: both;
										position: relative;
										margin: 0;
										border: none;
										padding: 0;
}
H1, H2, H3, H4, H5, H6 {
										display: block;
										margin: 5px 0 10px 0;
										border: none;
										padding: 0;
										color: inherit;
										font-family: inherit;
										text-align: inherit;
										text-decoration: inherit;
										line-height: normal;
}
H1 {
										color: inherit;
										background: none;
										font-size: 24px;
										font-weight: normal;
}
H2 {
										color: inherit;
										background: none;
										font-size: 18px;
										font-weight: normal;
}
H3 {
										color: inherit;
										background: none;
										font-size: 16px;
										font-weight: normal;
}
H4 {
										color: inherit;
										background: none;
										font-size: 14px;
										font-weight: normal;
}
H5 {
										color: inherit;
										background: none;
										font-size: 10px;
										font-weight: normal;
}
H6 {
										color: inherit;
										background: none;
										font-size: 8px;
										font-weight: normal;
}
P {
										display: block;
										margin: 5px 0 10px 0;
										color: inherit;
										font-family: inherit;
										font-weight: normal;
										text-align: justify;
										text-decoration: inherit;
}
BR:before {
										display: inline;
										content: "\A"
}
HR {
										display: block;
										margin: 5px 0 10px 0;
										position: relative;
										border: none;
										border-bottom: #990000 solid 1px;
}
I {
										display: inline;
										font-style: italic;
}
B, STRONG {
										display: inline;
										font-weight: bolder;
}
U {
										display: inline;
										text-decoration: underline;
}
S, STRIKE, DEL {
										display: inline;
										text-decoration: line-through;
}
Q {
										display: inline;
}
PRE {
										display: block;
										margin: 5px 0 10px 0;
										font-family: monospace;
										font-size: 10px;
										white-space: pre;
}
TT {
										display: inline;
										font-family: monospace;
}
CODE {
										display: inline;
										font-family: monospace;
}
SUB {
										display: inline;
										font-size: .83em;
										vertical-align: sub;
}
SUP {
										display: inline;
										font-size: .83em;
										vertical-align: super;
}
A {
										display: inline;
										color: inherit;
										text-decoration: underline;
										cursor: pointer;
}
A:hover {
										display: inline;
										color: inherit;
										text-decoration: underline;
}
A:focus {
										display: inline;
										color: inherit;
										text-decoration: underline;
										outline: none;
}
OL {
										display: block;
										margin: 10px 40px 10px 40px;
										list-style-type: decimal;
}
UL {
										display: block;
										margin: 10px 40px 10px 40px;
										list-style-type: disc;
}
LI {
										display: list-item;
}
TABLE {
										display: table;
										border-collapse: collapse;
}
TR {
										display: table-row;
}
THEAD {
										display: table-header-group;
}
TBODY {
										display: table-row-group;
}
TFOOT {
										display: table-footer-group;
}
COL {
										display: table-column;
}
COLGROUP {
										display: table-column-group;
}
TD {
										display: table-cell;
}
TH {
										display: table-cell;
										font-weight: bolder;
}
CAPTION {
										display: table-caption;
										text-align: center;
}
FORM {
										display: block;
}
INPUT {
										display: block;
										cursor: auto;
}
FIELDSET {
										display: block;
}