/* biz_main.css */

/* all elements */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,tr,address,blockquote,nobr,b,i,a
           {font-family:Verdana,Tahoma,Arial,Helvetica,helv,sans-serif;}

/* body */
body       {background-color:rgb(255,255,255);}

/* normal text */
body,p,ul,ol,li,div,td,th,tr,address,nobr,b,i
           {color:rgb(0,0,0); font-size:10pt; font-weight:normal;}

/* headlines */
h1         {color:rgb(0,0,0); font-size:18pt; font-weight:bold;}
h2         {color:rgb(0,0,0); font-size:14pt; font-weight:bold;}
h3         {color:rgb(0,0,0); font-size:11pt; font-weight:bold;}
h4         {color:rgb(0,0,0); font-size:10pt; font-weight:bold;}

/* links */
a:link     {color:rgb(204,51,0);  text-decoration:none; font-size:10pt; font-weight:normal;}
a:visited  {color:rgb(153,51,51); text-decoration:none; font-size:10pt; font-weight:normal;}
a:active   {color:rgb(255,0,0);   text-decoration:none; font-size:10pt; font-weight:normal;}

/* horizontal rule */
hr 	   {height:1px; border:1px;}

/* classes */

/* white on black */
.wob       {color:rgb(255,255,255); background-color:rgb(0,0,0);      text-decoration:none;}

/* white on orange */
.woo       {color:rgb(255,255,255); background-color:rgb(255,153,51); text-decoration:none;}

/* black on orange */
.boo       {color:rgb(0,0,0);       background-color:rgb(255,153,51); text-decoration:none;}

/* footer (with copyright notice */
.footer    {color:rgb(102,102,102); font-size:8pt; text-decoration:none; text-align:center; 
            margin-top:0px; margin-left:15px; margin-right:15px;}
