<!-- orrm.css -->

<!-- 
This is the master Cascading Style Sheet that controls the appearance of text on web pages.
In the HEAD element of each document, insert a LINK tag and set the attributes for it as follows: 
<LINK REL="stylesheet" HREF="[relative path]/orrm.css">
-->

<!-- 
To set text attributes in an HTML source file, use this syntax:
<div class=classname>Your Text Here</div> where 'classname' is a class name chosen from those below.
Class names begin with a period. Type them all lower-case as shown, but omit the period in the HTML.
-->

<style type="text/css">

<!-- 

/* This is the syntax for a comment within the Cascading Style Sheet itself. */

/* the HTML comment tag hides class code from style-impaired browsers */

body {
	background-color: #445A7A;
	margin-top:0px;
}

.footertext  
	{ 
	color: #333333;
	font-family: Verdana;
	font-size: 7.5pt;
	text-align: center;
	line-height: 15px;
	margin-top: 7px;
}	
	
.footertext a:link, .footertext a:visited, .footertext a:hover {
	color: #3366CC;
	text-decoration: none;
}

.footertext a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


li, .bullets {
	font-family: Verdana;
	font-size: 8.5pt;
	color: #6A6A6A;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 17px;
}

.bullets a:link, .bullets a:visited, li a:link, li a:visited {
	color: #3366CC;
	text-decoration: none;
}

.bullets a:hover, li a:hover {
	color: #3366CC;
	text-decoration: underline;
}

a {
   text-decoration:underline;
  }


.h24  /* 24 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 24pt;
	}

.h18  /* 18 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 18pt;
	}

.h2  /* 14 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}

.h2heading  /* 14 point sans-serif, bold */
	{ 
	color: #016799;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}

.h2heading  /* 14 point sans-serif, bold */
	{ 
	color: #016799;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}
	
.topicblueheading  /* 14 point sans-serif, bold */
	{ 
	color: #003366;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	}	

.h2white  /* 14 point sans-serif, bold, WHITE */
	{ 
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	}

.h3  /* 12 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	}

.h3c  /* 12 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #B90000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
	}

.h4c  /* 12 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #B90000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.h4c_red  /* 12 point sans-serif, bold, RED */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.body  /* 10 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	}

.body16white  /* 16 point arial */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 16pt;
	}

.body11white  /* 11 point arial */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	}


.headinggold  /* 10 point sans-serif */
	{ 
	color: #999900;
	font-family: verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	}

.subheadingbluelight  /* 10 point sans-serif */
	{ 
	color: #3D6286;
	font-family:  courier-new,verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	}	

.subheadingbluesmalllight  /* 10 point sans-serif */
	{ 
	color: #3D6286;
	font-family:  courier-new,verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 6pt;
	}
	
.subheadingbluedark  /* 10 point sans-serif */
	{ 
	color: #3D6286;
	font-family:  courier-new,verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	}	
	
.bodyred  /* 10 point sans-serif RED */
	{ 
	color: #FF0000;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10pt;
	}
	
.bodygreen  /* 10 point sans-serif Green */
	{ 
	color: #006633;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;	
	text-decoration: none;
	font-size: 10pt;
	}	

.bodyreditalic  /* 10 point sans-serif RED */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 10pt;
	}

	
.bodyitalic  /* 10 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	text-decoration: none;
	font-size: 10pt;
	}

.bodybold  /* 10 point sans-serif, bold */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}
	
.navHighLight  /* 10 point sans-serif, bold */
	{ 
	color: #FFCC66;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}	

.bodybold8white  /* 7 point sans-serif, bold */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}	
	
.bodyboldwhite  /* 10 point sans-serif, bold */
	{ 
	color: white;
	font-family: Times New Roman,arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}	

.bodybold11white  /* 11 point sans-serif, bold */
	{ 
	color: white;
	font-family: Times New Roman, arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	}	
	
.bodybold15white  /* 15 point sans-serif, bold */
	{ 
	color: white;
	font-family: Times New Roman, arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 15pt;
	}	
	
.bodyboldcolor  /* 10 point sans-serif, bold, CUSTOM COLOR */
	{ 
	color: #990000; /* red for sub heading */
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}


.bodybolditalic  /* 10 point sans-serif BOLD ITALIC*/
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.bodysmall  /* 8 point sans-serif */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}

.goldtext  /* 8 point sans-serif */
	{ 
	color: #999966;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	}	
	

.bodytext  /* 8 point sans-serif */
	{ 
	color: #333333;
	font-family: Times New Roman, arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

.smallbodytext  /* 8 point sans-serif */
	{ 
	color: #333333;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}	
	
.bodysmallwhite  /* 8 point sans-serif */
	{ 
	color: #999966;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}	

.bodysmallgreen  /* 8 point sans-serif */
	{ 
	color: #ffffe0;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}	

.bodysmallgreen  /* 8 point sans-serif */
	{ 
	color: #ffffe0;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}
	
.bodysmallblue  /* 8 point sans-serif */
	{ 
	color: #003366;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}

.bodysmallwhite  /* 8 point sans-serif WHITE */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	}

.body10white  /* 6 point sans-serif WHITE */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	}

.bodysmallbold  /* 8 point sans-serif BOLD */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	}

.tablabel /* 6 point sans-serif BOLD */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 7 pt;
	}

.table  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10 pt;
	}

.tablered  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 10 pt;
	}

.tablebold  /* 10 point sans-serif: use for text inside table cells other than header row */
	{ 
	color: black;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10 pt;
	}

.tableheader10white  /* 10 point sans-serif: use for text inside table header cells */
	{ 
	color: white;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10 pt;
	}

.labelc  /* 10 point sans-serif, bold, CUSTOM COLOR - use for labels above form fields */
	{ 
	color: blue;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}

.f1   /* use for 8 point sans-serif RED footer text */
	{ 
	color: red;
	font-family: arial, helvetica, verdana, tahoma, swiss, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;
	}

-->

</style>

