/* style sheet for the APG Web site */

.rtgtitle {
 font-family: arial, sans-serif;
 font-size: 20px;
 color: white;
 font-weight: bold;
 background-color: #006600;
 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;
 text-align: left;
}

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

.tdh16 {
 height: 16px;
}

.tdh6 {
 height: 6px;
}

/* separator bars */
.hbar {
 color: black;
 background-color: #006600;
 height: 4px;
}

.hsep {
 color: black;
 background-color: #CCCCCC;
 height: 2px;
}

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

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

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

.mlink {
 color: black;
}

.vhere {
 color: black;
}

BODY {
 text-align: center;
 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;
}

a:link    { color: #006600; background-color: transparent; }
a:visited { color: #669966; background-color: transparent; }
a:hover	  { background-color: yellow; }
a:active  { color: #FF3333; background-color: transparent; }
