/*
Author: Lukas DiBeneditto
Created: 2001-02-16
Description: Cascading Style Sheets (CSS) Document
Keywords: cascading, style, sheet, sheets, css
Modified: 2008-10-20
Publisher: dibeneditto.com
*/


/* -- CLASS START -- */

/* BREADCRUMB */
.bc {}

/* CITATION */
.citation {}

/* TEXT SMALL */
.s { font-size: 8pt; }

/* -- CLASS STOP -- */


/* -- TAGS START -- */

a:link { color: #0000CC; }
a:visited { color: #551A8B; }
a:active { color: #FF0000; }
a:hover { color: #FF0000; }

body, p, td {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
}

cite {}

/* -- TAGS STOP -- */
