<!--- Cascading style sheets for RMS --->
H1 { color: black; font-size:32pt; font-family: arial, san serif }
H2 { color: black; font-size:24pt;  font-family:  arial, san serif; border-top-width: 2px; border-bottom-width: 5px; border-left-width: 1px; border-right-width: 1px}
H3 { color: black; font-size:16pt; font-family: arial, san serif; font-style:bold }
H4 { color: black; font-size:14pt;  font-family:  arial, san serif; border-style:single; border-top-width: 2px; border-bottom-width: 5px; border-left-width: 1px; border-right-width: 1px}
H5 { color: black; font-size:11pt;  font-family:  arial, helvetica, san serif; syle: bold}
H6 { color: black; font-size:8pt; border-top-width: 2pt;  font-family:  arial, helvetica, san serif; syle: bold}


P { page-break-after: always }


Subhead:1 { background-color: C5D4DB;  font-family: arial, helvetica, san serif; font-size:11pt} 
 BODY { background-color: black;  font-family: times, serif; font-size:12pt} 
 A:link{ text-decoration: none; color:purple }

A:active { text-decoration: none; color:blue  }
A:visited { text-decoration: none; color:navy  }  
A:hover { text-decoration: underline; color:red; font-style:bold }

a.underline:link, a.underline:visited, a.underline:active
{
color: #00008b; text-decoration: underline
}
div.breakhere { page-break-after: always } 



UL { font-family: times, serif; font-size:12pt}

HR { font-family: times, serif; font-size:12pt; border-top-width: 2pt; border-bottom-width: 2pt}
TABLE.ONE { <!--- background-color:E6ECEE; ---> background-color:FEFFCA; border:1px; width:"85%"; border-color:aqua; border-syle:solid; border-top-width: 2px; border-bottom-width: 5px; border-left-width: 1px; border-right-width: 1px}
TABLE.TWO { <!--- background-color:E6ECEE; ---> background-color:FEFFCA; border:1px; ; border-color:aqua; border-syle:solid; border-top-width: 2px; border-bottom-width: 5px; border-left-width: 1px; border-right-width: 1px}

td { font-family: Times, serif; font-size: 11pt}
td.topnav { color: black; font-size:10pt; border-top-width: 2pt;  font-family:  arial, helvetica, san serif; syle: bold}
td.descr { color: white; font-size:9pt; border-top-width: 2pt;  font-family:  arial, helvetica, san serif; syle: normal}


table.three {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fffff0;
}
table.three th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: black;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
table.three td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: black;
	background-color: #fffff0;
	-moz-border-radius: ;
}


