/* CSS Document */

/* Text */

p,h2,h3,li,caption
{
font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2 {font-size: 1.15em;}

h3 {font-size: 1em;}

p,caption,li {font-size: 0.85em;}

caption /* default alignment for the table caption is center */
{
text-align: left;
}

/* Links */

A:hover {background-color : Yellow;}  /* user hovers     */
A:link    {color: Blue;}              /* links */
A:Visited {color: Purple;}            /* visited links   */

/* Object */

body {background-color: #FFFFFF;}

hr
{
height: 2px;
color: #6F6F6F;
width: 580px;
}

form {margin-bottom: 0px;}

/* Class */

.headnote /* Header of the page */
{
font-family: Arial,Helvetica,sans-serif;
color: #6F6F6F;
font-size: 1em;
font-weight: bold;
}

.footnote /* Footnotes, captions under pictures, copyright statements */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.70em;
}

.underline {text-decoration:underline;}
.italic {font-style: italic;}           
.bold {font-weight: bold;}
.uib {font-style: italic; text-decoration:underline;}

.bottomlink /* Navigation Links */
{
font-family: Arial,Helvetica,sans-serif;
font-size: 0.85em;
font-weight: bold;
}

/* All of the following classes apply to the cover */
 
h1.cover /* for cover page only */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.5em;
color: #0A2F7D;
}

h2.cover /* for cover page only */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.1em;
}

h3.cover /* for cover page only */
{
font-family: Arial,Helvetica,sans-serif;
font-size: 1.1em;
color: #691867;
}

p.cover /* for cover page only */
{
font-family: Arial,Helvetica,sans-serif;
font-size: 0.85em;
font-weight: bold;
}

.adobe /* For the Adobe Acrobat Reader text */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.65em;
}

.colortitle {color: #78779F;} /* colortitle is being use on the cover where the name of the Module appear */

.offwhite {background-color: #FFF5E1;} /* background color for the Series box */

hr.cover /* horizontal rule on the cover page only */
{
height: 1px;
color: #F9E38E;
width: 580px;
}

table.outreach
{
border-color:#FF0000;
}

/* All of the following classes apply to the bibliography */

table.biblio /* border around the table */
{
border: 1px solid #333399;
}

th  /* border and background color around the table header */
{
background-color: #EBEBEB;
border: 1px solid #333399;
font-size: 0.90em;
}

tr.biblio /* this class is always being use ONLY if the data cell doesn't have any border */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.80em;
}

td.biblio /* border around the data cell */
{
border: 1px solid #333399;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.70em;
}



