/* 
        file: css/default.css
        purpose: defines default styles for pac law site

        created: 01.24.02
        author: gavinsuz@hotmail.com
*/  


/* default text */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }
td { font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; color: #666666; }
p { font-size: 11px; color: #666666; }


/* special text */
.bold { font-size: 10px; color: #666666; font-weight: bold; }
.small { font-size: 10px; color: #666666; }
.boldRed { color: #660000; font-weight: bold; text-decoration:none; }
.boldOrange { color: #de750c; font-weight: bold;  text-decoration:none; line-height: 30px;}
.blue { color: #003366;  text-decoration:none; }


/* dotted vertical line */
.divider { background-image:  url(../images/vline.gif); }

/* links */
/* hover, active, visited do not work in nn4 */
A,A:link,A:visited { color: #990033; text-decoration:none;}
A:hover { color: #990033; text-decoration:underline;}
A:visited {color: #003366;}
A:active {color: #990033;}


A.foot,A.foot:link,A.foot:visited { font-size: 10px; color: #003366; text-decoration:none;}
A.foot:hover { color: #990033; text-decoration:underline;}
A.foot:active {color: #990033;}
A.foot:visited {color: #41737f;}

