HTML {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

BODY {
 background-color: black;
 color: white; 
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 100%;
 text-align: justify;
 font-size: 12pt;
 font-family: 'Times New Roman', serif;
 overflow: hidden;
}

IMG {
 border: 0px;
 vertical-align: top;
}

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 {
 height: 33%;
 width : 599px;
}

.MainCell {
 height: 422px;
 width : 599px;
}

.BottomCell {
 height: 66%;
 width : 599px;
 text-align: center;
 vertical-align: bottom;
}

.TopicTable {
}

.TopicCell {
 background-repeat: no-repeat;
 background-image: url("pics/topicRing.png");
 background-position: top center;
 width: 127px;
 height: 127px;
}

.LinkCell {
 background-repeat: no-repeat;
 background-image: url("pics/linkHook.png");
 background-position: top center;
 text-align: center;
 vertical-align: middle;
 width: 109px;
 height: 127px;
}

.LineCell {
 width: 599px;
 height: 44px;
 vertical-align: bottom;
}

.ContentCell {
 width: 599px;
 height: 85px;
 border: solid #D0D0D0;
 border-width: 1px;
 background-color: #202020;
 text-align: justify;
 vertical-align: top;
 overflow: hidden;
 padding: 2px;
}

.Copyright {
 color: #888888;
 background-color: transparent;
 font-size: 11pt;
}

.Hidden {
 visibility: hidden;
 overflow: hidden;
 width: 1px;
 height: 1px;
 position: absolute;
}

#initContainer {
 visibility: hidden;
 overflow: hidden;
 width: 1px;
 height: 1px;
 position: absolute;
}

