/* style sheet for the RTG how-to pages */

.copyright {
 font-size: 10px;
 text-align: center;
}

.trademark {
 font-size: 10px;
}

.tint {
 color: black;
 background-color: #FFCC33;
 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;
 margin:0 auto;
 max-width:600px;
 text-align:left;
} 

P,FORM,UL,OL,BLOCKQUOTE,TD{
 font-size:12px;
 text-align:left;
}

TABLE {
 background-color: white;
}

H1 {
 font-size: 24px;
 font-weight: bold;
 text-align: center;
}

H2 {
 font-size: 20px;
 font-weight: bold;
 text-align: center;
}

H3 {
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}

div.centered{
 max-width:600px;
 text-align:center;
 margin:5px;
}
p{
 margin-bottom:0;
}
p + p{
 text-indent:1.5em;
 margin-top:0;
}
.clear{
	clear:both;
}
img.addborder{
 border:thin silver solid;
}

img.rightimage{
	float:right;
	margin:0px 0px 20px 20px;
	max-width:60%;
	height:auto;
}

img.bottomimage{
	float:left;
	margin:20px 0px 20px 0px;
	max-width:100%;
	height:auto;
}

img.topimage{
	margin:10px 0px 0px 0px;
	float:left;
	max-width:100%;
	height:auto:
}

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; }
