

BODY, TD {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color: Black;
    margin: 0px;
  }


A:link {
    COLOR: Blue;
    TEXT-DECORATION:underline;
    background-color: transparent;
  }


A:visited {
    COLOR: Purple;
    TEXT-DECORATION:underline;
    background-color: transparent;
  }


A:hover {
    COLOR: Red;
    TEXT-DECORATION:underline;
    background-color: transparent;
  }


H1 {
    font-size: 150%;
    color: #000066;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
    padding: 4px 0 10px;
  }


H2 {
    font-size: 130%;
    color: #000066;
    background-color: transparent;
    font-weight: bold;
  }


H3 {
    font-size: 110%;
    color: Black;
    background-color: transparent;
    font-weight: bold;
  }


H4 {
    font-size: 100%x;
    color: Black;
    background-color: transparent;
    font-weight: bold;
  }


strong, b {
    font-weight:800;
  }

/*NN 4.xx needs that...*/ 




big {
    font-size:larger;
  }

/*to emphasize words, use it inline with a <span> class*/ 




small {
    font-size:smaller;
  }

/*not really necessary, but one never knows...use it inline with a <span> class*/

/*This removes the need to add border=0 to linked images*/




A IMG {
    border:0.1px none #000000;
  }


ul {
    /*You can create a special image to use in lists, upload to the Graphics Library and be sure and name it li.gif*//*list-style-image: url(../imgs/li.gif);
    */list-style-position: outside;
    list-style-type: disc;
  }


em {
    font-weight: bold;
    font-style: italic;
  }


i {
    font-weight: normal;
    font-style: italic;
  }


P {
    text-align: left;
  }


P.sidebar {
    background-color: #C6DAF1;
    padding: 4px;
  }


P.opener {
    background : transparent;
    font-weight: bold;
    line-height: 150%;
    color : #000000;
  }


HR {
    background-color: transparent;
    color: #528DD1;
    height: 2px;
  }


.smalltext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: Black;
    background-color: transparent;
    font-weight: normal;
  }


.verysmalltext {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: Black;
    background-color: transparent;
    font-weight: normal;
  }


DIV.C2linkbox {
    float: right;
    margin: 4px 0px 4px 8px;
    padding: 4px;
    font-size: 11px;
    font-weight: bolder;
    width: 100px;
    border: 1px solid #528DD1;
    background-color: #D1E1F4;
  }


DIV.AdBanner {
    padding : 8px 0 8px;
  }


DIV.highlightbox {
    margin: 6px 6px 6px 6px;
    padding: 4px;
    border: 1px solid #528DD1;
    background-color: #D1E1F4;
  }

DIV.fblikebox {
	text-align:right; 
	width:150px; 
	float:right; 
	margin: 0px 0px 10px 10px;
}
