/* Cascading Style Sheet, Level 1, for FTW */

body { 	margin: 10px 0px 0px 0px;
        background:#CCCCCC;
	font-family:Arial;
	font-size:8pt;
        background-image:url(/c/bg.gif); background-position:top center;
}

        a:link    {  color: black; text-decoration: none;}
        a:active  {  color: black; text-decoration: none;}
        a:visited  {  color: black; text-decoration: none; }
        a:hover   {  color:#900000  ;text-decoration: underline;}

        .nav    {  color: black;font-family:Arial;font-weight:bold; text-decoration: none;}

        a.nav:link    {  color: black;font-family:Arial;font-weight:bold; text-decoration: none;}
        a.nav:active  {  color: black;font-family:Arial;font-weight:bold;  text-decoration: none;}
        a.nav:visited  {  color: black;font-family:Arial;font-weight:bold;  text-decoration: none; }
        a.nav:hover   {  color:#900000;font-family:Arial;font-weight:bold; text-decoration: none;}


.bodysm  {
        color: black;
        font-family: Tahoma;
        font-size: 8pt;
                font-weight: normal;
}


.basic  {
        color: black;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 9pt;
                font-weight: normal;
}


.title {
        color: #800000;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: bold;
}


.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:tahoma, sans-serif;
	  color: black;
	  font-size: 10px;
	  font-weight:normal;
	  background-color: #c0c0c0;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:2px inset #eCf0f8;
	}




P {
        color: black;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt
}
p.normal {font-variant: normal}
p.small {font-variant: small-caps}
button {background-color:transparent;  height:20px; font-style:bold; font-size:8pt; color:white; text-decoration:none; cursor:hand;}



/* page top gold titling should be h1 */

H1 {
        color:black;
        font-family: georgia;
        font-size: 18pt;
        font-weight: bold
}

/* Subtitle in smaller text gold.... assign that to h2 tag */

H2 {
        color:black;
        font-family: Arial,Helvetica,Geneva;
        font-size: 16pt;
        font-weight: bold
}

H3 {
        color: #999900;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: bold;
}
/* page top accentuated paragraphs only */
H4 {
        color: #B0B0B0;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: normal;
}
/* standard body text should be h5 */
H5 {
        color: black;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 9pt;
                font-weight: normal;
}

H6 {
        color: black;
        font-family: Arial,Helvetica,Geneva;
        font-size: 8pt;
	font-weight: normal;
}
EM {
        color: #E90;
        font-family: Times New Roman,serif;
	font: italic;
        font-size: 11pt;
        font-weight: normal;
}


