/* CSS Document */

/*************************Set Browser Defaults**************************/

 /* no list-markers by default (optional)                              */ 
 ul,ol { list-style:none } 
  
 /* Avoid browser default inconsistent font-sizes                      */ 
 h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } 
  
 /* Remove inconsistent (among browsers) default ul,ol padding or margin 
  * the default spacing on headings does not match nor align with normal 
  * interline spacing at all, so let's get rid of it. 
  * Zero out the spacing around pre, form, body, html, p, blockquote as well 
  * form elements are oddly inconsistent, and not quite CSS emulatable. 
  * Nonetheless, strip their margin and padding as well. */ 
 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input 
 { margin:0; padding:0 } 
  
 /* remove default borders around linked images                        */ 
 a img,:link img,:visited img { border:none } 
 


  
 /**************Hyperlink Styles*******************/ 
 :link,:visited { text-decoration:none; color:#883643; font-family: Arial, Helvetica, sans-serif; font-size: 12px} 
 :hover {text-decoration:underline; }
  


body {background:#F6F3E5; top:8px; }

p, h1, h2, #form_text, #white_bold, #white_bold a, ul, .form_text {font-family: Arial, Helvetica, sans-serif; font-size: 12px}

h1, h2, #white_bold, #white_bold a {font-weight:bold; }

#white_bold, #white_bold a, #sub_form_text {color:#FFFFFF }

h1, h2 {color: #883643 }



#footer, #footer a {font-family: Arial, Helvetica, sans-serif; font-size: 11px}



.box { border: 1px solid #000000; text-decoration: none;}
.submit {text-decoration: none;}

#main_content_bg {background:url(../rezulin/subs/subs_r6_c1.gif); width:560px; height:10px;  }

#table_bg1 {background:url(../rezulin/subs/subs_r4_c2.gif); width:201px; height:27px; }

#home_bg {background:url(../rezulin/home2_r14_c4.gif); height:26px;} 

#home_side_bg {background:url(../rezulin/home2_r18_c9.gif);} 