/* External style sheet */

body 
{
   background-color: #FFFFCC;
}


/**
a:link{color:#FFFF00}
a:visited{color:#00FFFF}
a:active{color:#FF00FF}
**/
h1, h2, h3, h4, h5, h6
{
   font-family: helvetica;
/*   color: #996666;  */
color: #1E123F;
}

h1
{
   font-size: 30pt;
}

h2
{
   font-size: 20pt;
}

h3
{
   font-size: 16pt;
}

h4
{
   font-size: 12pt;
}

h5
{
   font-size: 10pt;
}

p
{
   font-family: helvetica;
   font-size: 12pt;
}

pre
{
   font-family: helvetica;
   font-size: 11pt;
}


body
{
   font-family: helvetica;
   font-size: 12pt;
}


.emphasis
{
   color: #FF0000;
   font-style: italic;
   font-size: 20pt;
   font-weight: bold;
}

.lessemphasis
{
   color: #000000;
   font-style: italic;
   font-size: 12pt;
   font-weight: bold;
}

.bordered
{
   border-color: #FF0000;
   border-style: solid;
   border-width: thin;
   font-size: 12pt;
}

.black_bordered
{
   border-color: #000000;
   border-style: solid;
   border-width: thin;
   font-size: 12pt;
}
