/*  
rtc.css - styles for ONPI's annual Report to Congress.

CSS reference:
http://www.htmlite.com/CSS004.php
*/

p.margin_text
{
	font-family: Helvetica;
	font-size: x-small;
}

div.cover_page
{
	min-width: 320px;
	max-width: 320px;
	/*  
	background-color: olive;
*/
	font-family: Helvetica;
	font-size: x-small;
	color: #000066;
	margin: 0 50px 50px 50px;
}

div.caption_image
{
	min-width: 320px;
	max-width: 320px;
	/*  
	background-color: olive;
*/
	float: left;
	margin: 0 20px 10px 0;
}

p.caption
{
	font-family: Helvetica;
	font-size: xx-small;
	color: #000066;
	margin: 0 50px 0 40px;
}

p.no_indent
{
	margin-left: 40px;
	font-family: Helvetica;
	/*  
	font-size: -1;
*/
	font-size: x-small;
}

h2.prez_title
{
	font-family: Helvetica;
	/*  
	font-size: 5;
*/
	font-size: medium;
	color: #000066;
	text-align: center;
	font-weight: lighter;
}

h2.title
{
	font-family: Helvetica;
	/*  
	font-size: 5;
*/
	font-size: large;
	color: #000066;
	text-align: center;
	font-weight: lighter;
}

h3.subhead1
{
	font-family: Helvetica;
	font-size: small;
	color: #000066;
	text-align: left;
}

p.subhead3
{
	font-family: Helvetica;
	font-size: small;
	margin: 30px 0 0 40px;
}

p.section_link
{
	font-family: Helvetica;
	font-size: x-small;
	color: #000066;
}

td.report_url { }

td.report_title
{
	font-family: Helvetica;
	font-size: x-small;
}

td.report_title_volume
{
	font-family: Helvetica;
	font-size: x-small;
	padding: 0 0 0 30px;
}

td.header_row { }

td.revenue_source
{
	font-family: Helvetica;
	font-size: x-small;
}

td.revenue_source_sub
{
	font-family: Helvetica;
	font-size: x-small;
	padding: 0 0 0 30px;
}

td.revenue_amount
{
	font-family: Helvetica;
	font-size: x-small;
	text-align: right;
}

td.notes_row
{
	padding: 30px 0 0 0;
	font-family: Helvetica;
	font-size: x-small;
}

td.law_number
{
	font-family: Helvetica;
	font-size: x-small;
	font-weight: bold;
	padding: 30px 0 0 0;
}

td.law_title
{
	font-family: Helvetica;
	font-size: x-small;
	font-weight: bold;
	padding: 30px 0 0 0;
}

td.empty { }

td.approved_activity
{
	font-family: Helvetica;
	font-size: x-small;
}

/* copyight and terms of use text  in page footer*/
div.copyright
{
	min-width: 580px;
	max-width: 580px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: x-small;
	/*  
	font: 8pt verdana, arial, sans-serif;
*/
	background-color: #000066;
	text-align: left;
	padding: 2px;
}

a:link.copyright
{
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: x-small;
	text-decoration: none;
}

a:visited.copyright
{
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: x-small;
	text-decoration: none;
}

