/*main styles*/
body {
	color: black;
	/*background: white  url(bgfade.gif) repeat-y;*/
	background-color: White;
	margin:0 0 0 0;
	padding: 0px;
	font-family: verdana helvetica, arial, geneva, lucida, sans-serif;
	font-size: 12px;
	text-align: left;
}
p 
{
	margin: 0em 0 2em;	
}
table 
{
	font-size: 12px;
}
td.contentarea 
{
	padding:6 6 6 20;
}

/* lists of document abstracts */
#secttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: black; /*was #B74717;*/
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
}
div.doclist
{
	background-color:#FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	border: 1px none;
}
div.abstract 
{
	margin-left:30px;
}
div.tocblurb 
{
	font-size: 12pt;
	color:Maroon;
	border: solid 1px pink;
	margin: 2 20 0 20;
}
	
/* content document styles */
#doctitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666666;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-top: 20px;
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	color:Maroon;
	border-top: 1px none maroon;
	margin: 12px 0 6px 0;
	font-family: "Times New Roman", Times, serif;
	}
h2 {
	font-size:1.2em;
	color:Maroon;
	font-weight:bold;
	margin: 9px 0 6px 0;
	}
h3 {
	font-size:1em;
	color:Maroon;
	font-weight:normal;
	font-style:italic;
	margin: 6px 0 6px 0;
	}
#docnumber {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 50px;
}

#whatisatra 
{
	padding: 3px 3px 3px 6px;
	margin: 0 0 0 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #000000;
	line-height: 1.1em;
}

/* TOC */
/*
div.toc
{
	background-color: #99a89a;

	margin: 10 5 5;
	border-top: 1px none white;
	border-left: 1px none white;
	border-right: 1px none black;
	border-bottom: 1px none black;
	font-size:0.7em;
	color: #F0F0F0;
}
*/
div.toc1 
{
	font-size:.95em;
	margin-left: 21px;
	margin-top: 8px;
}
div.toc1 A {font-weight:normal; text-decoration: none;}
div.toc1 A:active {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc1 A:visited {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc1 A:link {
	font-weight:normal;
	text-decoration: none;
	color: #774F26;
}
div.toc1 A:hover {
	font-weight:normal;
	text-decoration: none;
	color: #FFFFFF;
}
div.toc2 
{
	font-size:.85em;
	margin-left:5px;
	color: #774F26;
}
div.toc2 A {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc2 A:active {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc2 A:visited {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc2 A:link {color:#774F26; font-weight:normal; text-decoration: none;}
div.toc2 A:hover {
	font-weight:normal;
	text-decoration: none;
	color: #FFFFFF;
}
.tocnormal {
}
.tocselected {
	background-color: #30D030;
}

/*form elements (anywhere) */
input, select {
	/*font-size: 10px;*/
}

/*links (normal)*/
A {color:Blue; font-weight:normal; text-decoration:underline}
A:active {color:Blue; font-weight:normal}
A:link {color:Blue; font-weight:normal}
A:visited {color: Blue; font-weight:normal}
A:hover {color: red; }

/*links formatted like buttons*/
.button {
	text-decoration: none;
	/*font-size: smaller;*/
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	background: #eeeeff;
	color: #3152a5;
	padding: 4px 4px 4px 4px;
}
a.button:visited { 
	color: #3152a5;
}
a.button:active {
	border: 2px ridge #3152a5;
}
a.button:hover {
	color: red;
}

/*links containing graphics (images that you click on) */
a img 
{
	border: none;
	margin-left: 20px;
	margin-top: 20px;
}
a img:active
{
	border: none;
}

/*tables for layout*/
table.layouttable {border-width:0px}
.layouttable td 
{
	/*font-size:1em; */
	background-color:Transparent; 
	border-width:0px 
}

.rvtype_item {text-indent: 40px}

