/* ccn_global.css */

/* Global default styles */
p, td, li {font-family: Georgia, Times New Roman, Times, serif; font-size: .9em}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, san-serif; padding-left: 20px; padding-right: 20px;}
h1 {color: #993300; font-size: 1.7em;}
h1.question {color: #993300; text-align: left;}   /* For 'question titles' only */
h2 {font-size: 1.2em; color: #1B2C50;}
h3 {font-size: 1em; color: #1B2C50;}
p {padding-left: 20px; padding-right: 20px;}
li p {font-size: 1em;}
li li {font-size: 1em;}

/* Links in heads have a special treatment */
h1 a:link {color: #993300;}
h2 a:link {color: #1B2C50;}
h3 a:link {color: #1B2C50;}
h1 a:visited {color: #993300;}
h2 a:visited {color: #1B2C50;}
h3 a:visited {color: #1B2C50;}

/* Footers have a special treatment */
td.footer p {font-size: .7em; color: white; padding-left: 228px; padding-right: 20px; padding-top: 12px;}
td.footer a:link {color: white; text-decoration: none;}
td.footer a:visited {color: white; text-decoration: none;}
td.footer a:hover {color: #FFFF99; text-decoration: none;}

/* 'One-off' class styles handle specific issues in different pages */
li.roundRust {list-style-image: url(images/icons/bullet_round_rust.gif);}
li.starRust {list-style-image: url(images/icons/bullet_star_rust.gif);}
li.shoveoff {margin-left: 20px; padding-bottom: 12px;}
li.indentmore {margin-left: 20px;}
li.shoveup {padding-bottom: 12px;}
