/* actorize.css  --  Controls all styles on actorize.com */
/* Copyright (c) 2001 by Medialore, LLC */

/* BODY */
body { background-color: #FFFFFF; /* was yellow #FDFFA6;*/
        font-family: "times new roman","helvetica","arial", serif;
        font-size: 12pt;
		color: #000000;
        /* was green: color: #339933; */
     } /* end body */

a { font-family: "times new roman","helvetica","arial", serif;
    font-size: 12pt;
  }

a:visited { color: PURPLE; /*"#0099CC";*/ }
a:link { color: BLUE; /*"#3333AA";*/ }
a:hover { color: "#FF0D0D"; text-decoration: none; }

a.maincaption { font-size: 24pt; }
a.firstletter { font-size: 18pt; }
a.tagline { font-size: 12pt; }
a.centraltext { font: normal;}

ul { font-family: "times new roman","helvetica","arial", serif;
     font-size: 12pt;
     color: #000000; /*was green #337733;*/
   }

li { font-family: "times new roman","helvetica","arial", serif;
     font-size: 12pt;
     color: #000000; /*was green #337733;*/
   }

th { font-family: "times new roman","helvetica","arial", serif;
     font-size: 12pt;
     color: #335533;
     border-width: "1";
   }

td { font-family: "times new roman","helvetica","arial", serif;
     font-size: 12pt;
     color: #000000; /*was green #337733;*/
   }

h1 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 24pt;
     color: #000000; /*was green #337733;*/
   }

h2 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 18pt;
     color: #000000; /*was green #337733;*/
   }

h3 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 13.5pt;
     color: #000000; /*was green #337733;*/
   }

h4 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 12pt;
     color: #000000; /*was green #337733;*/
   }


h5 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 10pt;
     color: #000000; /*was green #337733;*/
   }

h6 { font-family: "times new roman","helvetica","arial", serif;
     font-size: 7.5pt;
     color: #000000; /*was green #337733;*/
   }

/* END FILE: actorize.css */
