		/* -- OBP STYLE SHEET -- */

		/* -- KRH Web Designs -- */



/* Main Document Fonts */

body.mainfont {
		font-family: helvetica, "Times New Roman", sans-serif;
		font-size: 12pt;
		color: black
		}

.signal		
		{font-family: verdana, sans serif;
	 	 font-size: 14pt;
	 	 font-weight: 600;
		 border-style: ridge;
		 border-width: medium;
	 	 margin: 0.1em; padding: 0.3em;
		 border-color: green; }

.signbox	
		{border-style: ridge; 
		 border-width: medium;
	 	 margin: 0.1em; padding: 0.3em;
		 border-color: green;
		 background-color: white; }


H3, H2	{color:  #005E00}

/* Link Colors */

a:hover {
	color: red;
	text-transform:uppercase
	}


a:link {color: blue;  		/* blue for all unvisited links */
	text-decoration: none}

a:active {color: red;  /* default for Netscape, MSIE uses hover red */
	text-decoration: none}

a:visited {color: #005E00;   /* obp green - will rule over MSIE hover */
	text-decoration: none}



/* Box Decoration */

.compact {font-weight: 500; font-size: 90%; line-height: 110%}
.highlight {border-color: #005E00; border-style: ridge; border-width: thin}
.table {table-layout: fixed}
.linkbox	{background-color: #1DD61D; padding: 0.1em;}

