/*R-of-P CSS*/

a:link {color: #0033FF;}     /* unvisited link */
a:visited {color: #660000;}  /* visited link */
a:hover {color: #11BBFF;}    /* mouse over link */
a:active {color: #663399;}   /* selected link */

body 	{background-color: #FFFFFF;
	color: #1A1871;
	font-size: 14px;}

td,th
	{color: #1A1871;
	font-size: 14px;}

h1	{1.5em}
h2
	{color:red;
	font-weight:900;
	font-family:sans-serif;
	font-size: 2em;}

h3 /* comment box title*/
	{font-size: 2em;}

span
	{}

em
	{font-weight:900;
	font-family:sans-serif;}

p
	{font-size: 1em;
	text-indent: 2em;}

blockquote
	{font-style:italic;
	font-family:sans-serif;
	font-size:90%;}

hr {}
.blockIMG 
	{display:block;
	margin:0;}

li {}

/*a.red:visited {color: #FF0000}
<a class="red" href="css_syntax.asp">CSS Syntax</a> */

.style1 {font-family: Arial, Helvetica, sans-serif}

/*nav-bar*/

/*drop down box*/
@media all and (min-width: 0px){
  .os {
 position:relative;
 height:1.2em;
  }
.os select {
position:absolute;
right:0;
}
}


a.rofp
	{
	font-size: 1em;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;}

a.rofpnounderline
	{color: #000000;
	font-size: 1em;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none}

a.rofpsubnounderline
	{color: #000066;
	font-size: 1em;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none}

a.rofpsubnounderlinewhite
	{color: #FFFFFF;
	font-size: 1em;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none}

p.print
	{font-size: 1em;
	text-indent: 2em;
	margin-left:0.25cm;}

p.nomargin
	{font-size: 1em;
	text-indent: 2em;
	margin-left:0.25cm;
	margin:0in;}

table.center
	{text-align: center;}

.rofpstyle
	{color: #000000;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;}

.rofpstylesubcolor
	{color: #000066;
	font-size: 1em;
	font-family: BankGothic Md BT, Bankgothic, Verdana, Arial, Helvetica, sans-serif;}

.redtext
	{color:red;}

.smalltext
	{font-size: 0.75em;}

.nounderline
	A {color: #000000; text-decoration:none}

.black
	{color: #000000}

.title
	{font-weight: bold;
	font-size: 2em;}

.subtitle
	{font-weight: bold;
	font-size: 1.5em;}

.style4
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;}
