HTML {
 width: 100%;
 height: 100%;
}

BODY {
 background: black url(pics/bg.png) 50% 50%;
 color: white; 
 margin: 0px;
 padding: 0px;
 spacing: 0px;
 text-align: center;
 font-size: 12pt;
 width: 100%;
 height: 100%;
 font-family: 'Times New Roman', serif;
}

SUP {
 font-size: 9pt;
}

IMG {
 border: 0px;
}

A {
 background-color: transparent;
 color: #CCCCFF;
 text-decoration: none;
 font-weight: bold;
}

A:active { 
 background-color: transparent;
 color: #FFD700;
}

A:hover { 
 background-color: transparent;
 color: red;
}

.LayoutTable {
 width : 100%;
 height: 100%;
}

.MarginCell {
 width : 50%;
 height: 100%;
}

.TopCell {
 width : 599px;
 padding: 10px 0px 20px 0px;
 text-align: center;
 vertical-align: top;
}

.MainCell {
 text-align: center;
}

.BottomCell {
 width : 599px;
 padding: 10px 0px 0px 0px;
 vertical-align: bottom;
}

.Copyright {
 color: #888888;
 background-color: transparent;
 font-size: 11pt;
}

.Center {
 text-align: center;
}

.Right {
 text-align: right;
}

.Left {
  text-align: left;
}

TD {
 text-align: justify;
}

.FrameTable {
 background: url(pics/frame.png);
 width: 512px;
 height: 445px;
}

.FrameCell {
 vertical-align: top;
 border: 0px;
 margin: 0px;
 padding: 38px 35px 0px 35px;
}

.FntRED {
 color: red;
 font-weight: bold;
}

.BlockCenter {
 text-align: center;
 display: table;
 margin-left: auto;
 margin-right: auto;
}

.BlockMiddle {
}


P {
 margin: 0.5em 0em 0.5em 0em;
}

.FirstParagraph {
 margin: 0em 0em 0.5em 0em;
}