BODY
{             
  width: 6.5in;
  margin: 10 40 15 20; 
  padding: 0;  
  color: #000; 
  font: 12pt "Times New Roman", serif;
  background: #FFF;
}
UL 
{ 
    list-style-image: url(images/starpurplebullet.jpg);
}
UL UL
{ 
    list-style-image: url(images/starbluebullet.gif);
}
UL UL UL
{ 
    list-style-image: url(images/starpurplebullet.jpg);
}
div.pagecontent
{       
    width: 6.5in;
    color: #000;
}
div.banner
{       
    display: none;
}
div.navbar
{       
    display: none;
}
.contentbody 
{ 
    width: 6.5in;
    align: left;
}
.footer 
{ 
    display: none;
}
.copyright 
{ 
    COLOR: #000;
    FONT-FAMILY: arial, geneva, sans-serif;
    FONT-SIZE: 10px; 
    ALIGN: center;
}
.data 
{ 
    FONT-FAMILY: "arial narrow", geneva, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bolder; 
    COLOR: #000000;
}
.labl 
{ 
    FONT-FAMILY: "arial narrow", geneva, sans-serif;
    FONT-SIZE: 16px; 
    COLOR: #000000;
}
.Littlelabl 
{ 
    FONT-FAMILY: "arial narrow", geneva, sans-serif;
    FONT-SIZE: 10px; 
    COLOR: #000000;
}
.navbar 
{ 
    FONT-FAMILY: verdana, geneva, sans-serif;
    FONT-SIZE: 12px;
}
.navbody 
{ 
    display: none;
}
div#menubar 
{ 
    display: none;
}
.news 
{ 
    FONT-FAMILY: Book Antiqua, Times New Roman, Times; 
    FONT-SIZE: 16px; 
    COLOR: #000000;
}
.tbldata 
{ 
    FONT-FAMILY: verdana, geneva, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #000000;
}
.nonprint
{
    display: none;
}
#butnSubmit 
{
  color: #330066;                                  /* dark purple colored font */ 
  /* background: #BDE;                        */   /* denim background   */
  background-image: url(http://www.cfscinc.org/images/button_Blank.jpg);  
  background-repeat: no-repeat;
  /* padding: 1em 2em 1em 2em; */
  margin: 0 2em 0 2em;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#butn 
{
  color: #330066;                                  /* dark purple colored font */ 
  /* background: #BDE;                        */   /* denim background   */
  background-image: url(http://www.cfscinc.org/images/button_Blank.jpg);  
  background-repeat: no-repeat;
  background-position: center left;
  padding: 1em .5em 1em 1em;
  margin: 0 1em;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* border: 1pt outset; */
  /* border-color: #D5E7F0 #004F75 #004F75 #D5E7F0; */
}
#butn a, #butn a:link, #butn a:visited, #butn a:active, #butn a:hover, #butn a:focus
{
    text-decoration: none;
    color: #330066;
    /* display: block; */    /* a block command puts one button per line */
                             /* it needs a container like td to hold it  */
    /* margin: 0; */
    /* padding: .25em 1em .25em 1em; */
}
#butn-default 
{
  color: #330066;                                  /* dark purple colored font */ 
  /* background-image: url(tabs-up-navy.gif); */   /* image on button    */
  /* background: #D5E7F0                      */   /* denim hilite background */
  background-image: url(http://www.cfscinc.org/images/button_Blank.jpg);  /* image of button    */
  background-repeat: no-repeat;
  padding: .25em 1em .25em 1em; 
  margin: 1em;
  font-weight: bold;
  /* border: 2pt inset; */
  /* border-color: #004F75 #D5E7F0 #D5E7F0 #004F75; */
}
#butn-default a, #butn-default a:link, #butn-default a:visited, #butn-default a:active, #butn-default a:hover, #butn-default a:focus
{
    text-decoration: none;
    color: #330066;
    display: block;
    margin: 0;
}
/* p = all occurances of a paragraph */
/* p.classname = all occurances of a paragraph with class="classname" */
/* div.div1 p = all occurances of a paragraph within a div with class = div1 */
/* .classname = all occurances of any element with class="classname" */
/* #idname = replace period with # to match on id="idname" */
/* table.pol[border="3"][width="100%] = operates on any table with  */
/*    class = pol AND the border attribute set to 3 AND width set to 100% */
/* the link pseudo-classes must be in this order: :link, :visited, :active, :hover, :focus */
/* div > p:first-child = the first paragraph within a div */
/* Borders can be none, solid, dotted, dashed, double, groove, ridge, inset, and outset */
/* Margins are outside the border, padding is inside the border */
/* The color mnemonics are: aqua, black, blue, fuchsia, gray, green, lime, maroon, */
/*    navy, olive, orange, purple, red, silver, teal, white, yellow */
/* Color can be coded as color: #FF3030; color: rgb(255,48,48); or color: rgb(10%,10%,10%); */
/* sample statements: */
/*    FONT-FAMILY: Book Antiqua, Times New Roman, Times; */