/*
        CSS         : Caracal.css
        Descript  : Cascading Style Sheet for www.caracal.net
	Author          : Vince Teachout
        Copyright: Caracal Software, 2001
        Date        : 11/07/2001
          Modified: 11/07/2001
*/


/*original brown:         color            :   #004604;*/
/*        background  :  URL(images/crclbak.gif) repeat  #fffff4;*/

/* BODY settings - always echo any changes in class maintext below, and vice versa*/
BODY {
       background  :  URL(images/beigeback.gif) repeat #fffff4;
       color       :  #004604;
       font-weight :  bold;
       font-size   : 11.0pt;
       font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

/* echo above section for those places where the body tag can't reach.  e.g., in Netscape,
   BODY settings don't have any effect within tables.  I can call class maintext for those problem areas.
   ALWAYS KEEP IN SYNC WITH BODY*/
.maintext {
       color            :   #004604;
       font-weight  :  bold;
       font-size       : 11.0pt;
       font-family: "Times New Roman", Arial, Helvetica, sans-serif;
          }

/* Links properties */

   a:link {color:#884604;}
   a:visited {color: #804000;}
   a:active {color:#000000;}
   a:hover {color:#3399FF;}

a.currentpage:link, a.currentpage:active, a.currentpage:visited
{
        color: #f54145;
}

/*Headers and sitch*/
.carahead { font-weight : bold;
            font-size   : 15.0pt;
            color         :  #004604;
            margin-left   : 20.0px;
            margin-right  : 20.0px;
}


/* Tables */

.services { font-weight : bold;
            font-size   : 11.0pt;
            color       : #004604;
}

.affiliatestable { font-weight : bold;
                          font-size     : 11.0pt;
                          color           : #004604;
}


/* text-indent: 5.0%;   <--- Indents first line of a paragraph.  Pretty neat.*/

.blurb { font-weight : bold;
                font-size     : 11.0pt;
                color         :  #004604;
                margin-left   : 20.0px;
                margin-right  : 50.0px;
}

/*  playing around
MyItalic {font-style: italic; font-family: times; color: #B27700}
.mailref {background-image: url(C:/ourweb/images/crclbak.gif); background-repeat: no-repeat; text-decoration: underline; font-style: italic; font-family: times; color: #B27700}
.tabledata {font-weight: bold; font-family: times; color: #B27700}
*/