body
{
   font-size: 10pt;
   background: #000000;
   color: #ddddee;
   font-family: Georgia, Cursive, 'Times New Roman', Arial;
}

a { color: #99bbff } a:active { color:#aaffff } a:hover { color: #ffffff }

td, p, li, ul, ol
{
   font-size: 10pt;
   font-family: Georgia, Cursive, 'Times New Roman', Arial;
}

.RedText
{
   color: Red;
}

.NoteSmall
{
   font-size: 8pt;
}

.TitleWhite
{
   font-size: 14pt;
   font-weight: bold;
   color: #ffffff;
}
A.TitleWhite { color: #99bbff }

.TitleWood
{
   font-size: 14pt;
   font-weight: bold;
   color: #ddddee;
}
.TextWood
{
   font-weight: bold;
   font-size: 10pt;
   color: #ddddee;
   letter-spacing: 1px;
   text-align: justify;
}

.SignatureLarge
{
   font-weight: bold;
   font-size: 16pt;
   color: #ddddee;
   font-style: italic;
   font-family: 'Monotype Corsiva' , Cursive, Arial;
}

.AddYourOwnPic
{
   font-size: 8pt;
   font-style: italic;   
   width: 100%;
   color: #cccc00;
   background-color: #440000;
   /*filter: Glow(color=#ff0000, strength=6);*/   
}


.Medium
{
   font-weight: bold;
   font-size: 12pt;
   color: #ddddee;
}
A.Medium { color: #99bbff }


.DateTimeMedium
{
   font-weight: bold;
   font-size: 12pt;
   color: #ddddee;
}


.TitleChapter
{
   font-weight: bolder;
   font-size: 30pt;
   color: #ddddee;
   font-family: 'Courier New' , Serif;
}

.LinkFrame
{
   border-right: #99bbff 1px solid;
   border-top: #99bbff 1px solid;
   border-left: #99bbff 1px solid;
   border-bottom: #99bbff 1px solid;
}

.TableArtList
{

}

.TableArtListCell
{
   border-right: #662222 1px solid;
   border-top: #662222 1px solid;
   border-left: #662222 1px solid;
   border-bottom: #662222 1px solid;
   padding-right: 2px;
   padding-top: 2px;
   padding-left: 2px;
   padding-bottom: 2px;
   font-size: 8pt; /* for comment in art list */
}


/* INFORMATION TABLE */
.InfTblTitle
{
   font-weight: bold;
   font-size: 10pt;
   text-decoration: underline;
}

.InfTblCompact
{
   font-size: 8pt;
}

/* CHAPTER LAYOUT */
.ChapterLayoutText
{
   color: #ddddee;   
   font-weight: bold;
   font-size: 11pt;
   text-align: justify;
}

.ChapterLayoutTextMagic
{
   color: #ffff66;
   width: 1%;
   filter: Glow(color=#ff0000, strength=6);
}

.ChapterLayoutTextCite
{
   font-weight: normal;
   font-size: 14px;
   color: #aaaaee;
   font-family: Batang;
}

.ChapterLayoutTextGod
{
   color: #ffff66;
   font-style: italic;
   background-color: #003399;
}

.ChapterLayoutTextToContinue
{
   font-size: 32px;
   color: yellow;
   font-style: italic;
   text-align: right;
}

.ChapterLayoutFrameLeft
{
   background-image: url(../img/FrameLeft.JPG);
   background-repeat: repeat-y;
}

.ChapterLayoutFrameRight
{
   background-image: url(../img/FrameRight.JPG); 
   background-repeat: repeat-y;     
}

A.ChapterLayoutNav
{
   font-size: 16pt;
   color:#aa8888;
}

A.ChapterLayoutNav:hover
{
   font-size: 16pt;
   color:#ffeeee;
}


/* IMAGE LAYOUT */
.ImageLayoutTitleLeft
{
   background-position: right center;
   background-image: url(../img/TridentLeft.PNG);
   background-repeat: no-repeat;
}
.ImageLayoutTitleRight
{
   /*background-position: left center;*/
   background-image: url(../img/TridentRight.PNG);
   /*background-repeat: no-repeat;   */
}
.ImageLayoutFrame1
{
   border-right: #ffcc00 1px solid;
   border-top:   #ffcc00 1px solid;
   border-left:  #ffcc00 1px solid;
   border-bottom:#ffcc00 1px solid;
   padding-right: 3px;
   padding-left:  3px;
   padding-bottom:3px;
   padding-top:   3px;
}
.ImageLayoutFrame2
{
   border-right: #ff9900 1px solid;
   border-top:   #ff9900 1px solid;
   border-left:  #ff9900 1px solid;
   border-bottom:#ff9900 1px solid;
   padding-right: 3px;
   padding-left:  3px;
   padding-bottom:3px;
   padding-top:   3px;
}





