/* style sheet for the RTG Web site */

.rtgtitle {
 font-family: arial, sans-serif;
 font-size: 20px;
 color: white;
 font-weight: bold;
 background-color: #660066;
 text-align: left;
}

.rtgfooter {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 14px;
 text-align: center;
}

.rtgtopic {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
}

.copyright {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 text-align: center;
}

.trademark {
 font-family: arial, sans-serif;
 font-size: 10px;
}

.centertable {
 margin-left: auto;
 margin-right: auto;
}

/* separator bars */
.hbar {
 color: black;
 background-color: #660066;
}

.hsep {
 color: black;
 background-color: #FFCC33;
}

.vsep {
 color: black;
 background-color: #CCCCCC;
}

.tint {
 color: black;
 background-color: #FFCC33;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
}

.navbox {
 color: black;
 background-color: white;
 font-family: verdana, arial;
 font-size: 12px;
 text-align: left;
}

.vhere {
 color: black;
}

.mlink {
 color: black;
}

BODY {
 text-align: center;
 font-family: verdana, arial, helvetica, sans-serif;
 background-color: white;
 color: black;
 float: center;			/* for NS4 */
} 

P, FORM, UL, OL, BLOCKQUOTE, TD {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
}

a:link    { color: #990099; background-color: transparent; }
a:visited { color: #660066; background-color: transparent; }
a:hover	  { background-color: yellow; }
a:active  { color: #3366FF; background-color: transparent; }
