﻿/* Cascading Style Sheet after Chicago Manual of Style by Steve Knoblock */
/* Revision: 7/24/96 */
/* Copyright 1996 Steve Knoblock */
/* Permission granted to use this style sheet for non-commercial purposes.
This style sheet may also be used for commercial purposes by individuals (but not bundled
for resale) on their web site. The author would appreciate a credit if you use this style
sheet. */
/* This style sheet closely follows the layout of the Chicago Manual of Style 12th Edition,
Revised published by the Universtity of Chicago Press */

/* Hypermedia Preferences  */

a:link 
{
   color: blue;
   text-decoration: underline;
}

a:visited 
{
   color: black;
   text-decoration: underline;
}

a:active 
{
   color: red;
}

/* Page Layout */

/* Margins are set in the Manual to about 10% and 20% of the page width */

body
{
   color: black;
   background-color: #FFFFCC;
   font-size: 12pt/14pt;
   font-family: "Franklin Gothic Medium" , times, serif;
}

/* Section Title */
/* No left margin is spcified as all margins are relative */
h1 
{
   font-size: 24pt/26pt;
   color: black;
   font-family: "Franklin Gothic Medium", times, serif;
}

/* Subheads */
/* The subhead and the white space above and below should equal a whole number of text lines. The typeface and size used for the subheads is ideally the sames as those used for the text. The level of heading is indicated by setting type in full caps, small caps or italics. */

/* "A" level subheads are set in full caps */

h2 
{
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-size: 12pt/14pt;
   text-transform: uppercase;
   color: black;
   font-family: "Franklin Gothic Medium", times;
}

.h2center {
   text-align: center;
   margin-top: 8pt;
   margin-bottom: 4pt;
   font-size: 12pt/14pt;
   text-transform: uppercase;
   color: black;
   font-family: "Franklin Gothic Medium", times;
}



/* "B" level subheads are set in small caps. */

h3 
{
   font-size: 12pt/14pt;
   font-style: oblique;
   color: black;
   font-family: "Franklin Gothic Medium", times;
}

.h3center {
   text-align: center;
   font-size: 12pt/14pt;
   font-style: oblique;
   color: black;
   font-family: "Franklin Gothic Medium", times;
}

/* "C" level subheads (run-in side heads) set in italics. These should be pseudo first-line elements. */

h4
{
   display: inline;
   font-style: italic;
   text-transform: lowercase;
   font-size: 12pt/14pt;
   font-family: "Franklin Gothic Medium, times";
}

/* Body Text Layout */
/* The left edge of the text area starts at about 25% of the page width */
p 
{
   text-indent: .1%;
   font-style: normal;
   font-size: 12pt/14pt;
   color: black;
   font-family: "Franklin Gothic Medium", times;
}

/* Block quoted text set one point smaller and indented from left. */
blockquote 
{
   font-family: "Franklin Gothic Medium", times;
   font-size: 11pt/13pt;
}

/* Table defaults */

.default_Table
{
   border-color: #C0C0C0;
   border-style: solid;
}

/* Table of Contents Layout */


h1.toc {
   font-size: 24pt/26pt;
   color: black;
   font-family: "Franklin Gothic Medium", times, serif;
}

ul.toc {
   font-size: 12pt/14pt;
   font-family: times;
   list-style: none;
   margin-right: 40%;
}

hr.toc {
   margin-top: 12pt;
   margin-bottom: 12pt;
}

.SelectTable {
   font-size: smaller;
   border-color: lightgray;
   width: 100%;
   background-color: #ffffc0;
   border-width:thin;
}