/* CSS Document */

/* Text */

p,h2,h3,li{font-family: Verdana,Arial,Helvetica,sans-serif;}

h2 {font-size: 1.15em;}

h3   /* Top Titles of pages */
{
font-family: Arial,Helvetica,sans-serif;
color: #004080;
font-size: 1em;
font-weight: bold;
margin-left: 10px;
}

p,li {font-size: 0.85em;}

p{margin-left: 10px;}

.issuetitle  /* Top Titles of pages */
{
font-family: Arial,Helvetica,sans-serif;
color: #004080;
font-size: 1.2em;
font-weight: bold;
}

/* Links */
A:hover {background-color : #99ccff;;}  /* user hovers     */
A:link    {color: Blue;}              /* links */
A:Visited {color: Purple;}            /* visited links   */

/* Object */
body {background-color: #FFFFFF;} /* Body of Document */

hr /* Line break */
{
height: 2px;
color: #6F6F6F;
width: 580px;
}

hr.short /* Short Line break */
{
height: 1px;
color:  #004080;
width: 490px;
}

table.contents /* Table of Contents */
{
background-color: #EBEBD8;
border: 2px solid #004785;
padding: 5px;
} 

table.quotes /* Quotes in documents */
{
background-color:#EBEBD8;
border: 2px solid #004785;
font-style: italic;
text-align: center;
}

/* Class */
.headnote /* Header of the page */
{
font-family: Arial,Helvetica,sans-serif;
color: #6F6F6F;
font-size: 1em;
font-weight: bold;
}

.footnote /* Footnotes */
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.70em;
font-style: italic;
}

.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;
}
