/* Text */
@import url(CommonC.css);

body    { background-color: #FEFDFC; } /* Content */
body    { margin-top: 8px; font-family: "Arial", sans-serif; font-size: 9pt; }

H1      { font-weight: bold; font-size: 1.6em }
H2      { font-weight: bold; font-size: 1.5em }
H3      { font-weight: bold; font-size: 1.4em }
H4      { font-weight: bold; font-size: 1.3em }
H5      { font-weight: bold; font-size: 1.2em }
H6      { font-weight: bold; font-size: 1.1em }

.Name   { width:100%; height:26px; cursor: hand; background-color: #FBF4EC; border-style: solid solid none solid; border-width: 1; border-color: #800040; font-family: "Arial", sans-serif; font-weight: bold; font-size: 1.2em; padding: 2; color: #4F0027; }
.LName  { width:100%; height:26px; cursor: hand; background-color: #FBF4EC; border-style: solid solid none solid; border-width: 1; border-color: #800040; font-family: "Arial", sans-serif; font-weight: bold; font-size: 1.2em; padding: 2; color: #4F0027; border-bottom-style: solid; border-bottom-width: 1; border-bottom-color: #800040; }

.DInfo  { display:none; border-style: solid none none none; border-width: 1; border-color: #800040; padding: 8 0; }
.LInfo  { display:none; border-style: none; padding: 8 0; }

.AInfo  { width:auto; vertical-align:top; font-weight:normal; font-size:10pt; text-align:left; }
.VInfo  { text-align:right; font-size:10pt; padding-right: 8px; }

.AText  { width:auto; vertical-align:top; font-family: "Times New Roman"; font-weight:normal; font-size:12.5pt; text-align:left; }

.DSmall { width:20px; }
.TSmall { width:333px; text-align:left; padding-right: 16; }

.ISmall { width:16px; height:16px; border-width:0; margin: 0; }
.ILarge { width:32px; height:32px; border-width:0; margin: 4 0 4 8; text-align:right; }

OL      { margin-left: 24pt;    }
UL      { margin-left: 16pt;    }
LI      { padding-bottom: 2pt;  }
EM      { font-weight: bold; font-style: normal; }
DT      { padding-top: 3pt; padding-bottom: 1pt; text-decoration: underline; }

/* Common Classes */
.Link           { cursor: hand; }
.Info           { font-family: "Arial", sans-serif; font-size: 10pt; }

/* Table Parts */
THEAD           { font-weight: bold }
TABLE           { font-size: 9pt; }
DIV.Images      { font-weight: bold; font-size: 1.3em }

.Bold           { font-weight: bold; }
.BoldItem       { font-weight: bold; }
.LeftImage      { margin-right: 12px; }
.UndlItem       { text-decoration: underline; }
.Remark         { font-weight: bold; font-style: italic }

HR.Text         { }

.Left           { position: absolute; left: 0; }
.LeftUp         { position: absolute; left: 0; top: 0; }
.Right          { position: absolute; right: 0; }
.RightUp        { position: absolute; right: 0; top: 0; }
.Bottom         { position: absolute; bottom: 0; }
.LeftBottom     { position: absolute; bottom: 0; left: 0; }

