
/* Style Sheet for Norm's Tools */

h1 {
 font-family: arial, sans-serif;
 font-size: 1.9em;
 font-weight: bold;
 text-align: center;

body {
 background-color: #FFFFFF;
 background-image: none;
 margin-left: 0em;
 margin-right: 0em;}
}

ul {
 margin-left: 2em;
 margin-right: 2em;
}

ol {
 margin-left: 2em;
 margin-right: 2em;
}

.foot {
 font-family: times new roman,times,serif;
 font-size: 13pt;
}

P {
 text-indent: 1em;
}

A {
 text-decoration: none; /* takes away underlines on hyper-links */
}

A:active {
color: #000000;
}

A:link {
color: #FF0000;
}

A:visited {
 color: #0000FF;
}

/*td		{line-height: 120%; font-size: 12pt; }*/  /*leading in tables*/


.num {	/*numerator in fractions*/
/* font-size: xx-small;*/
  font-size:	52%;
  font-weight:	500;
 vertical-align: text-top;
}

.den {	/*denominator in fractions*/
/* font-size: xx-small;*/
  font-size:	52%;
  font-weight:	500;
 vertical-align: text-bottom;
}

#radio-button {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 font-weight: bold;
}

#radio-button ul {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-top: 12px;
 padding-bottom: 12px;
}

#radio-button li {
 display: inline;
}

#radio-button a:link, #radio-button a:visited {  
 margin-right: 8px;
 padding: 8px 10px 8px 11px;  
 color: #A62020;
 background-color: #FCD242;
 text-decoration: none;
 border-top: 3px solid #FFFFB3;
 border-left: 3px solid #FFFFB3;
 border-bottom: 3px solid #B28B04;
 border-right: 3px solid #B28B04;
}

#radio-button a:hover {
 border-top: 3px solid #B28B04;
 border-left: 3px solid #B28B04;
 border-bottom: 3px solid #FFFFB3;
 border-right: 3px solid #FFFFB3;
}

#hof-button a:link, #hof-button a:visited { 
 font-family: Times New Roman, Times, serif;
 font-size: 1.7em;
 font-weight: bold;
 color: #000000;
 padding: 12px 10px 12px 10px;  
 background-color: #F5ECAB;
 border-top: 6px solid #FFFA83;
 border-left: 6px solid #FFFA83;
 border-bottom: 6px solid #988902;
 border-right: 6px solid #988902;
}

#hof-button a:hover {
 border-top: 4px solid #988902;
 border-left: 4px solid #988902;
 border-bottom: 4px solid #FFFA83;
 border-right: 4px solid #FFFA83;
}

#mail-envelope {
 font-family: times new roman, times, serif;
 font-size: 1em;
/* font-weight: bold;*/
}

#mail-envelope ul {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-top: 12px;
 padding-bottom: 0px;
}

#mail-envelope li {
 display: inline;
}

#mail-envelope a:link, #mail-envelope a:visited {  
 margin-right: 0px;
 padding: 8px 3px 0px 3px;  
 color: #CA6002;
/* font-weight: bold;*/
 background-color: #FCD242;
 text-decoration: none;
 border-top: 3px solid #FBF14D;
 border-left: 3px solid #FBF14D;
 border-bottom: 3px solid #B28B04;
 border-right: 3px solid #B28B04;
}

#mail-envelope a:hover {
 border-top: 3px solid #B28B04;
 border-left: 3px solid #B28B04;
 border-bottom: 3px solid #FFFFB3;
 border-right: 3px solid #FFFFB3;
}

<SCRIPT TYPE="text/javascript">
<!-- 
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=685,height=518');
return false;
}
//-->
</SCRIPT>

/* revised 19 February 2007 */
