/* backgrounds */

.bckgrnd_white {background-color: #FFFFFF;}
.bckgrnd_red   {background-color: #CC0000;}
.bckgrnd_gray  {background-color: #CCCCCC;}

/* links */

a:link    {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;} 
a:active  {color:#FFFFFF; text-decoration:none;}
a:hover   {color:#6699FF; text-decoration:underline;}

.navlink {font-family: arial;
          font-size:   small;
          font-weight: bold;}

/* text alignment */

.indent_mini   {text-indent:  20px;}
.indent_tiny   {text-indent:  50px;}
.indent_small  {text-indent: 100px;}
.indent_medium {text-indent: 300px;}
.indent_large  {text-indent: 600px;}

.margins {margin-left:  20px;
          margin-right: 20px;}

div.center {text-align: center;}
p.center {text-align:   center;}

div.left {text-align: left;}
p.left {text-align:   left;}

div.right {text-align: right;}
p.right {text-align:   right;}

/* white space control */

.collapse {white-space: normal;}
.pre      {white-space: pre;}
.nowrap   {white-space: nowrap;}

/* text presentation*/

.header {line-height: 130%;
         font-family: arial;
         font-size:   24pt;
         color:       #000000;
         font-weight: bold;}

.title {line-height: 130%;
        font-family: arial;
        font-size:   18pt;
        color:       #000000;
        font-weight: bold;
				font-style:  italic;}
				 
.subtitle {line-height: 130%;
           font-family: arial;
           font-size:   12pt;
           color:       #000000;
           font-weight: bold;}

.topic {line-height: 100%;
        font-family: arial;
        font-size:   11pt;
        color:       #000000;
        font-weight: bold;}
				
.detail_blue {line-height: 130%;
              font-family: arial;
              font-size:   10pt;
              color:       #000099;
              font-weight: normal;}

.detail {line-height: 130%;
         font-family: arial;
         font-size:   10pt;
         color:       #000000;
         font-weight: normal;}

.notation {line-height: 130%;
           font-family: arial;
           font-size:   8pt;
           color:       #000000;
           font-weight: normal;}

.red {color: #CC0000;}

.blue {color: #000099;}

.green {color: #66FF99;}

.gray {color: #CCCCCC;}

.bold {font-weight: bold;}

.normal {font-weight: normal;}

.italic {font-style: italic;}

.link_header {line-height: 150%;
              font-family: arial;
              font-size:   medium;
              font-weight: bold;}

.fp_logo_small {font-family: Brush Script MT;
                font-size:   12pt;
                color:       #000000;
                font-weight: normal;}

.tech_logo_small {font-family: garamond;
                  font-size:   10pt;
                  color:       #CC0000;
                  font-weight: bold;
                  font-style:  italic;}

ul.bullet_blue_diamond {list-style-image:    url(../Amy%20Sweeney%20Images/Web%20Site/Images/Bullet_Blue_Diamond.gif);
                        list-style-position: outside;}

hr.grey_line {width:  160px;
              height: 1px;
              color:  #666666;}

hr.long_grey_line {width:  740px;
                   height: 1px;
                   color:  #666666;}