/*this is screen comment*/ /*/*/
 a:link { text-decoration: none; color: #0000CD ; }
 a:visited { text-decoration: none; color: #800080 ;}
 A:active { text-decoration: none; color: #800080 ; } 
 a:hover { text-decoration: underline;} 
/*  a:hover img{ border-bottom: 1px dashed blue; background-color: #D7FBFD; } */
 HR { height: 4px; color: #FF9900; border-bottom: 4px solid #FF8000; border-left: 0px; border-right: 0px; border-top: 0px;} 
html {}

 body { font-family:  Arial, Verdana, Trebuchet MS, Helvetica, 
Sans-serif; margin: 0px 0px 0px 0px; font-size: 15px;
}
 TD, TR {text-align: left; font-size: 13px;
font-family: Verdana, Arial, Trebuchet MS, Helvetica, Sans-serif;}
 h1 { font-size: xx-large; font-weight: 700; color: #FF8000; margin: 25px 0px 15px 0px;}
 h2 { font-size: x-large; font-weight: 700; color: #FF8000; margin: 25px 0px 15px 0px;}
 h3 { font-size: large; font-weight: 700; margin: 20px 0px 5px 0px;}
 h4 { font-size: medium; font-weight: 700; }

 TH {text-align: center; }
 UL {margin-top: 3px; margin-bottom: 3px;}
 /* fonts and text colors forground bacground combos */ 

 .menufont { font-family: verdana, geneva, sans-serif; font-size: 10px; font-weight: bold; color: #FF6600;}
 .smallfont {font-family: verdana, arial, geneva, sans-serif; font-size:10px; font-weight: bold;}
 .serif {font-family: Georgia, Garamond, Book Antiqua, Palatino, Times New Roman, Times Roman, Serif;}
 .fixedwidth { font-family:  OCR A Extended, Lucida Console, Lucida Sans Unicode, Andale Mono, Monaco, Courier New, Monospace;}
 .handwritten { font-family: Lucida Handwriting, Monotype Corsiva, Apple Chancery, Comic Sans MS, Cursive;}

 .menucolors { color: white; background-color: #1958b7; font-weight: 700;}
 .nporangetext { color: #FF8000; font-weight: 700;}
 .redtext { color: red; font-weight: 700;}
 .grayback { color: black; background-color: #D3D3D3; font-weight: 700;}
 .tanback { color: black; background-color: #f7f2da; font-weight: 700;}
 .highlight { color: black; background-color: #7FFFD4; font-weight: 700;}

 table {border-collapse: collapse; empty-cells:show;}
 
tbody.tablewhite TD { padding: 3px 3px 3px 3px; border: 3px solid white;}
tbody.tableorange TD { padding: 3px 3px 3px 3px; border: 2px solid #FF8000;}
tbody.tableblue TD { padding: 3px 3px 3px 3px; border: 2px solid #000099;}
tbody.tablegray TD { padding: 3px 3px 3px 3px; border: 2px solid gray;}
tbody.tableblack TD { padding: 3px 3px 3px 3px; border: 1px solid black;}
tbody.tablereverse TD { background-color: #D3D3D3; padding: 3px 3px 3px 3px; border: 3px solid white;}

/* classes for alignment and justify */  /*/*/
 .center { text-align: center; }
 table.center {clear: left;clear: right; margin-left: auto; margin-right: auto; text-align: right;} 
 tr.center TD { text-align: center; }
 img.center {display: block; margin-left: auto; margin-right: auto;}
 div.center {text-align: center;} 
 div.center table {margin: auto; text-align: left;} 
  
 .right { text-align: right; } 
 table.right { margin-left: auto; margin-right: 0px; text-align: right; }
 tr.right TD { text-align: right; } 
 img.right {display: block; margin-left: auto; margin-right: 0;}
 HR.right {display: block; margin-left: auto; margin-right: 0;}
 div.right {text-align: right;} 
 div.right table {margin-left: auto; margin-right: 0; text-align: left;} 
 
 .left { text-align: left; } 
 table.left { margin-left: 0; margin-right: auto; text-align: left; } 
 tr.left TD { text-align: left; }
 img.left {display: block; margin-left: 0; margin-right: auto;}
 HR.left {display: block; margin-left: 0; margin-right: auto;}
 div.left {text-align: left;} 
 div.left table {margin-left: 0; margin-right: auto; text-align: left;} 
 
 .justify {text-align: justify;}
 
 .floatright { display: inline; float: right; }
 .floatleft { display: inline; float: left; }

 
/* blockquote and indented text in css classes -margin numbers run- top right bottom left */ /*/*/
 div { margin: 0px 0px 0px 0px ; padding: 0px 0px 0px 0px ;}
 div.indent { margin: 10px 0px 10px 35px ;}
 p.indent {text-indent: 35px;}
 div.blockquote { margin: 10px 35px 10px 35px ;}
 a:hover { text-decoration: underline;} 
