/* style sheet for the RTG how-to pages */

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

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

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

.vsep {
 background-color: #CCCCCC;
}

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

/* Table background #1 (white) */
.bg1 {
 color: black;
 background-color: white;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
}

/* Table background #2 (white) */
.bg2 {
 color: black;
 background-color: white;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
}

BODY {
 font-family: verdana, arial, helvetica, sans-serif;
 background-color: white;
 color: black;
} 

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

TABLE {
 background-color: white;
}

H1 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
}

H2 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
}

H3 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}

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; }
