@charset "utf-8";
/* CSS Document */

/* Body - inheritable by all other styles */

body            {
	color:           #000;
	font-size:        0.8em;
	font-family:      Verdana, Arial, Helvetica, _sans, sans-serif, Frutiger, Tahoma ;
	font-weight:      normal;
	background-color: #fff;
	text-transform:   none;
	margin:           0 }



p       {
	font-size:     100%;
	line-height:    150%;
	text-transform: none }

 
span.highlight 
    {
	font-size:  100%;
	font-weight: bold }

 
/* Anchor Settings - Settings for Red Backgrounds */
a   {
	color:          #777700;
	font-size:       90%;
	text-decoration: none }

a:Hover
   {
	color: #DD7700 ;
	text-decoration: underline 	
}

a.pagenumbers    {
	color:          #AA011D;
	font-size:       95%;
	text-decoration: underline }


a.pagenumbers:Hover
   {
	color: #990033 ;
	text-decoration:  underline 
}


/* Page Elements */
div.bold
    {
	font-size:  100%;
	font-weight: bold }

span.bold
    {
	font-size:  100%;
	font-weight: bold }


table
    {
	font-size:       100%;
	background-color: #fff }


table.navigation
      {
	font-size:       100%;
	background-color: #f0f0f0}

	
table.greyFade
     {
	font-size:        100%;
	height:            165px;
	outline-width:     12px }


table.thumb_navigation
      {
	font-size: 95% }


td.thumbs1
     {
	background-color: #f5f5f5;
	font-size: 95%
		}


td.thumbs1a
     {
	background-color: #f0f0f0;
	font-size: 95%
		}

td.thumbs2
     {
	background-color: #fAfAfA;
	font-size: 95%
		}

td.thumbs2a
     {
	background-color: #f7f7f7;
	font-size: 95%
		}

td.thumbsHeader
     {
	background-color: #f3f3f3;
	font-size: 95%
		}



table.RememberMe
      {
	font-size: 85% }


ol, ul
    {
	font-size:  100%;
	line-height: 200% }
 
img  {
	border: 0 }

	

/* Form Elements */

form
     {
	margin:       0;
	padding:       0;
	border:        0;
	outline-width: 0 }


input
    {
	border-style: hidden;
	font-size:  90%;
 }



textarea
   {
	border: solid 1px }

 

/* The Headings*/

h1
          {
	font-size:  135%;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }









h2
        {
	font-size:  115%;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }







h3
         {
	font-size:  100%;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }








h4
        {
	font-size:  100%;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }







h5
       {
	font-size:  100%;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }






h6
       {
	font-size:  100%;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }










/* Special Settings */
div.UltraSmall
 {
	color:      #fff;
	font-size:   0.01px;
	line-height: 0.1% }


p.UltraSmall
 {
	color:      #fff;
	font-size:   0.01px;
	line-height: 0.1% }

span.UltraSmall
 {
	color:      #f0f0f0;
	font-size:   0.01px;
	line-height: 0.1% }


