/* 
Richman Industries.css

Make all body text black-colored 13-point Book Antiqua with 15-points of (line-height)
and 10-point margins left and right. Use image for background.
*/

/*
body	{font-size: 13pt;
	font-family: "Book Antiqua";
	background: url(ri_grafx/bgimage_1e.jpg);
	line-height: 15pt;
	margin-left: 10pt;
	margin-right: 10pt;}



/*
Make all body text black-colored 11-point Book Antiqua with 13-points of (line-height)
and 15-point margins left and right. Use white background color.
*/


body	{font-size: 11pt;
	font-family: "arial";
	background: #000000;
	line-height: 13pt;
	margin-left: 15pt;
	margin-right: 15pt;}



/*
Don't underline links, make links blue, alinks red, and vlinks black.
*/

	a {text-decoration: none;}
	a:link {color: #192B99;}
	a:visited {color: #9C1A60;}
	a:active {color: #631C0B;}

/*
Format footnotes as 9-point Arial and center.
*/

div.footnote  {font-size: 9pt;
		line-height: 12pt;
		text-align: center;
		font-family: Arial;}

/*
Format footnotes as 8-point Arial, increase line height, and center.
*/

div.footnote_2	{font-size: 8pt;
		line-height: 15pt;
		text-align: center;
		font-family: Arial;}

/*
Format footnotes as 8-point Arial, increase line height, and align left. Increased margins.
*/

div.footnote_3	{font-size: 10pt;
		line-height: 12pt;
		text-align: left;
		font-family: Arial;
		font-weight: bold;
		margin-left: 10pt;
		margin-right: 10pt}


/*
Make special body text black-colored 11-point Arial with 13-points of (line-height)
and 15-point margins left and right. Use white background color.
*/

p.bod	{font-size: 10pt;
	font-family: "arial";
	color: #000000;
	text-align: left;
	line-height: 11pt;
	margin-left: 15pt;
	margin-right: 15pt;}
	
/*
Make special body text black-colored 10-point Arial with 11-points of (line-height)
and 10-point margins left and right. Use white background color.
*/

p.bod_s	{font-size: 10pt;
	font-family: "arial";
	color: #000000;
	text-align: left;
	line-height: 11pt;
	margin-left: 15pt;
	margin-right: 15pt;}
	
	
/*
Make special body text black-colored 10-point Arial with 11-points of (line-height)
and 45-point margins left and right. Use white background color.
*/

p.bod_c	{font-size: 10pt;
	font-family: "arial";
	color: #000000;
	text-align: justify;
	line-height: 11pt;
	margin-left: 45pt;
	margin-right: 45pt;}
	
/*
Make special body text black-colored 10-point Arial with 11-points of (line-height)
and 5-point margins left and right. Use white background color.
*/

p.bod_t	{font-size: 10pt;
	font-family: "arial";
	color: #000000;
	text-align: center;
	line-height: 10pt;
	margin-left: 15pt;
	margin-right: 15pt;}
