/* -----------------------------------------------
 *  rsr-styles.css
 *
 *  2005-05-02 - dfh header added
 * -----------------------------------------------
 */
H1 { color: #990000; }

H2 { color: #990000; }

H3 { color: #990000;  }


BODY {
        font-family: arial, helvetica, serif;
        color: #0000CC;      
		 background-color: #F0F5FF;
     }
	 
.emph_text {
  color: blue;
  font: bold;
  font-size: large;
  font-weight: bold;
}

.emph_small {
  color: #990066;
  font: bold;
  font-size: small;
  font-weight: bold;
  
}


.menu-sizes {
  color: #990066;
  font: bold;
  font-size: small;
  font-weight: bold;
  text-align: right;
}


.text_small {
  color: #990066;
  font-size: small;
}

.small_error {
  color: #990066;
  font: bold;
  font-weight: bold;
}
	 

.blueborder {
        border: 2px solid blue;
        }


.headerrow {
             background-color: #F0F5FF;
           }
		   
.headermatch {
               background-color: #CCCCFF;
             }
		   
.lightbluetborder {
               background-color: #CCCCFF;
               border-top: 3px solid blue;			   
             }		   

.lightbluenotborder {
               background-color: #CCCCFF;
             }	
		   
.whitewithtborder {
               border-top: 3px solid blue;	
             }		   
	
		   
.header {
               border: 1px solid blue;
               width: 100%;
             }

.mheader {
               border-left: 1px solid blue;
               border-right: 1px solid blue;
               border-bottom: 1px solid blue;
               width: 100%;
             }
		
		   
        
.spacebefore {
               margin-top: 8px;
             }


.spaceafter {
               margin-bottom: 4px;
            }

.bodyrow {
           border-top: 1px solid blue;
         }
   

img		 {
//             border: 1px solid blue;
         }
		 
.blueframe {
             border: 1px solid blue;
           }
    
        
.redc     {
            background-color: #FFF5F0;
          }

		  
.bluec    {
            background-color: #F0F5FF;
          }


.bluebackground {
                  background-color: #F0F5FF;
                }
          
A:link    {
            color: blue; 
            text-decoration: none; 
          }
        
A:visited {
            color: #666666;
            text-decoration: none; 
          }
 


          
A:hover   { 
            text-decoration:underline;
          }
        

