/* style sheet for the RTG slide shows */

.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 (light yellow) */
.bg1 {
 color: black;
 background-color: #ffffcc;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
}

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

/* Style 5 slides have a black background */
.blacktable {
	background-color: black;
}

/* All other styles use a yellow background */
.yellowtable {
	background-color: #ffffcc;
}

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

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

/*
TABLE {
 background-color: #ffffcc;
}
*/

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

