h1
{
    margin: 0;
    font-size: larger;
    font-weight: bold;
    display: inline;
}

h2
{
    display: inline;
    margin: 0;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-family: Arial, "Segoe UI" , Helvetica, "Times New Roman";
}

a:link
{
    text-decoration: underline;
    color: #0000FF;
    font-family: Arial, "Segoe UI" , Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
a:visited
{
    text-decoration: underline;
    color: blue;
    font-weight: normal;
}
a:hover
{
    text-decoration: underline;
    color: red;
    font-weight: normal;
    background-color: White;
}
a:active
{
    text-decoration: underline;
    color: green;
    font-weight: bold;
}

a:link.non
{
    text-decoration: none;
    color: #cccc99;
}

Body
{
    color: Black;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 0px;
    background-color: #003399;
    background-image: url(http://rrwords.com/images/BlueGradBack.gif);
    background-repeat: repeat;
}

Button
{
    background-image: none;
    color: Blue;
    font-family: "Segoe UI" , Arial;
    font-size: 9pt;
    font-weight: 700;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    vertical-align: middle;
    height: 22px;
    width: 74px;
}

.BlackDot
{
    vertical-align: middle;
    height: 4px;
    width: 4px;
}

img.Middle
{
    vertical-align: middle;
    border-bottom-color: Gray;
    border-bottom-width: thin;
    border-right-color: Gray;
    border-right-width: thin;
}

.ImgLeft75
{
    text-align: center;
    vertical-align: middle;
    width: 95px;
}

.ImgRight75
{
    text-align: center;
    vertical-align: middle;
}

table.Shadow
{
    background-color: White;
    border-collapse: collapse;
    border-style: none;
    color: Black;
    
   /* CSS3 Rounded borders (Firefox 3+, Safari 3.1+, Opera 10.5+, Chrome 4+, IE 9+): */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    
   /* CSS3 Box shadows (Firefox 3.5+, Safari 3+, Opera 10.5+, Chrome 4+): */
    -webkit-box-shadow: 10px 10px 5px #666;
    -moz-box-shadow: 10px 10px 5px #666;
    box-shadow: 10px 10px 5px #666;   
}

td.TL
{
    background-image: url(http://rrwords.com/images/TL.gif);
    background-repeat: no-repeat;
    border-collapse: collapse;
    height: 15px;
    vertical-align: bottom;
    text-align: right;
}

td.TC
{
    background-image: url(http://rrwords.com/images/TC.gif);
    background-repeat: repeat-x;
    height: 15px;
    text-align: center;
}

td.TR
{
    border-collapse: collapse;
    vertical-align: bottom;
    height: 15px;
    text-align: left;
}

td.ML
{
    background-image: url(http://rrwords.com/images/ML.gif);
    background-repeat: repeat-y;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: right;
    width: 15px;
}

td.MR
{
    background-image: url(http://rrwords.com/images/MR.gif);
    background-repeat: repeat-y;
    border-collapse: collapse;
    vertical-align: middle;
    width: 22px;
}

td.BL
{
    border-collapse: collapse;
    vertical-align: top;
    text-align: right;
}

td.BC
{
    background-image: url(http://rrwords.com/images/BC.gif);
    background-repeat: repeat-x;
    text-align: center;
}

td.BR
{
    border-collapse: collapse;
    margin-top: 0em;
    vertical-align: top;
}

.Page
{
    border-style: none;
    width: 100%;
}

.RootMenu
{
    float: left;
    text-align: center;
    vertical-align: top;
}

.RootMenuDetail
{
    background-image: url(http://rrwords.com/images/Blue-Grad.gif);
    color: #0000ff;
    font-size: 11pt;
    text-align: center;
}

table.FAQ
{
    background-color: #EEEEEE;
    border-style: groove;
    border-width: medium;
}

th.FAQ
{
    background-color: #EEEEEE;
    background-image: url(http://rrwords.com/images/Paper.jpg);
    font-weight: bold;
    text-align: center;
}

td.FAQ
{
    background-color: White;
    text-align: left;
}

.FAQRefer
{
    color: #111111;
    font-size: smaller;
}

.PageLeft
{
    background-image: url(http://rrwords.com/images/Blue-Grad.gif);
    background-repeat: repeat;    
    vertical-align: top;
    width: 1%;
}

.PageCenter
{
    background-image: url(http://rrwords.com/images/BlueGradBack.gif);
    background-repeat: repeat;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: top;
    width: 75%;
}

.PageRight
{
    width: 1%;
    background-image: url(http://rrwords.com/images/BackWindow.jpg);
    background-repeat: repeat;
}

.PageTitle
{
    background-color: #5990cc;
    background-image: url(http://rrwords.com/images/Sky.jpg);
    border-style: none;
    color: Black;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    height: 1em;
    text-shadow: 4px 4px 3px gray; /* CSS3 for Safari - (Firefox 3.5+, Safari 1.1+, Opera 9.6+, Chrome 4+): */
    filter: Shadow(Color=#666666, Direction=135, Strength=5); /* IE6 */
    white-space: nowrap;
    width: 100%;
}

td.Title
{
    display: inline;
    text-align: center;
}

span.Title
{
    background-image: url(http://rrwords.com/images/TitleBack.jpg);
    border-collapse: collapse;
    background-repeat: repeat;
    border-color: Silver;
    border-style: outset;
    border-width: 2px;
    color: Black;
    display: inline;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    speak-header: once;
    speak: normal;
    azimuth: center;
    elevation: level;
    pitch: medium;
    speech-rate: medium;
    voice-family: female;
}

img.Title
{
    height: 27px;
    vertical-align: bottom;
    width: 3px;
}

.PageTitle2
{
}

.PageTitle3
{
}

.Summary
{
    background-color: White;
    border-style: none;
    width: 100%;
}

.RoadMap
{
    border-top-color: Green;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: Green;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    background-color: #CCCCCC;
    background-image: url(http://rrwords.com/images/Road-Back50.jpg);
    text-align: center;
    width: 100%;
}

div.RoadMapBorder
{
    background-image: url(http://rrwords.com/images/Lawn.jpg);
    padding-top: 3px;
    padding-bottom: 3px;
}

span.RoadMapLine
{
    color: #FFFF00;
    font-size: 25px;
    font-weight: bold;
}

span.RoadMapText
{
    color: Black;
}

img.RoadMapStart
{
    height: 22px;
    width: 50px;
}

.Keywords
{
    background-color: #DDDDDD;
    color: black;
    font-size: 8pt;
}

.World
{
    margin-left: auto;
    margin-right: auto;
    background-image: url(http://rrwords.com/images/WaterWorld2.jpg);
    background-repeat: repeat;
    background-color: #BCBCBC;
    font-size: large;
    font-weight: bold;
    color: black;
    text-align: center;
}

.IntLinks1
{
    margin-left: auto;
    margin-right: auto;
    background-image: url(http://rrwords.com/images/WaterWorld2.jpg);
    background-repeat: repeat;
    background-color: #BCBCBC;
    border-style: none;
    font-size: large;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
}

.IntLinks2
{
    background-color: #FFFFFF;
    border-color: #5DB3FF;
    text-align: left;
    width: 100%;
}

.ExtLinks1
{
    margin-left: auto;
    margin-right: auto;
    background-image: url(http://rrwords.com/images/Stars2.jpg);
    background-repeat: repeat;
    background-color: #BCBCBC;
    border-style: none;
    font-size: large;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
}

.ExtLinks2
{
    background-color: #FFFFFF;
    border-style: none;
    width: 100%;
}

hr.BlueLine
{
    color: #8CAAE6;
}

.Submit
{
    background-color: #FFFFEE;
    border-style: none;
}

.Details
{
    background-color: #EEEEEE;
    border-color: Silver;
    border-style: outset;
    border-width: medium;
    width: 100%;
}

.DetailHeader
{
    background-image: url(http://rrwords.com/images/Paper.jpg);
    font-weight: bold;
    text-align: center;
}

.DetailLeft
{
    background-color: #EEEEEE;
    color: #111111;
    font-style: italic;
    font-size: smaller;
    width: 20%;
    text-align: left;
}

.Detail2
{
    background-color: #FFFFFF;
    color: Black;
    font-size: medium;
    text-align: justify;
    width: 80%;
}

.ArrowUp
{
    background-color: #FFFFFF;
    border-bottom: medium solid blue;
    text-align: center;
    width: 85%;
}

.Sponsor
{
    background-color: #EEEEEE;
    border-style: none;
    color: #1111DD;
    font-size: smaller;
}

.Reference
{
    color: blue;
    background-color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.Buttons
{
    border-style: none;
    font-weight: bold;
    width: 85%;
}

.Revision
{
    background-color: #FFFFEE;    
    border-width: medium;
    color: blue;
    font-size: 9pt;
    font-weight: normal;
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
    text-align: center;
}

.Stats
{
    background-color: #DDDDCC;
    text-align: center;
}

.TopicTracker
{
    background-color: #FFFFEE;
    text-align: center;
}



.MenuDetail
{
    background-repeat: repeat;
}

.Verse
{
    background-color: #FFFFFF;
    border-color: Silver;
    border-style: outset;
    border-width: medium;
    width: 100%;
}

.VerseHead
{
    background-color: #EEEEEE;
    background-image: url(http://rrwords.com/images/Paper.jpg);
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
}

.VC1
{
    background-color: #FFFFFF;
    width: 85%;
}

.VerseMark
{
    background-color: #EEEEEE;
    background-image: url(http://rrwords.com/images/Green-Leaf.jpg);
    background-repeat: repeat;
    border-color: Silver;
    border-style: dotted;
    border-width: 1px;
    font-weight: bold;
}

td.ColumnHeader
{
    background-image: url(http://rrwords.com/images/Paper.jpg);
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
}

td.ColumnFooter
{
    background-image: url(http://rrwords.com/images/WaterWorld2.jpg);
    background-repeat: repeat;
    font-weight: normal;
    text-align: center;
    font-size: smaller;
}

.PageFooter0
{
    background-color: #99CC99;
    background-image: url(http://rrwords.com/images/Lawn.jpg);
    background-repeat: repeat;
    color: black;
    font-weight: normal;
    text-align: center;
    width: 100%;    
}

.PageFooter
{
    background-color: #99CC99;
    background-image: url(http://rrwords.com/images/Lawn.jpg);
    background-repeat: repeat;
    border-bottom: medium solid black;  
    color: White;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.RGR
{
    background-image: url(http://rrwords.com/images/Sand.Light.jpg);
    background-repeat: repeat;
    border-top: medium solid black;    
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
