/* Affiliate Site Styles */

/*Setup default document settings*****************************************************/

/*Change link color on mouse roll over*/
A:hover { color:#CC0000; }

/*Body font settings*/
body { 
	   background: #FFFFFF; 
	   color: #000000;
	   margin-bottom: 0;
	   margin-left: 0;
	   margin-right: 0;
	   margin-top: 0;
	   links: #000000;
	   vlinks: #00000;
	   alinks: #000000;
	   font: 12pt Geneva;
	  }
P { 
	font: 9pt Verdana;
  }

P.linespace { 
	 line-height: 30px; 
  }
ul.linespace {
	font: 10pt Verdana;
	line-height: 30px; 
	}
/*Heading settings*/
H1 { font: bolder 14pt Geneva, Arial, Helvetica, sans-serif; }
H2 { font: bolder 12pt Geneva, Arial, Helvetica, sans-serif; }
H3 { font: bolder 10pt Geneva, Arial, Helvetica, sans-serif; }
H4 { font: bolder 8pt Geneva, Arial, Helvetica, sans-serif; }

/*Setup modified document settings***********************************************/

/*Text lince spacing*/
font.linespace { line-height: 30px; }

/*Different TD and TABLE background alignments and 
repetitions settings for black 1px borders*/

TABLE.top
{
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid
}
TABLE.middle
{
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}
TABLE.bottom
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}
TABLE.box
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid
}

TD.top
{
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid
}
TD.middle
{
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}
TD.bottom
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}
TD.box
{
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid
    
}

span.nav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	left: 10px;
	position: relative;
	color: #0066CC;
	font-weight: bolder;
	text-decoration: underline;

}
span.navSub
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	left: 17px;
	position: relative;
	color: #0066CC;
	text-decoration: underline;
	top: -1px;


}
span.navH
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 25px;
	left: 108px;
	position: relative;
	font-weight: bolder;
	color: #FFFFFF;
	top: 0px;

}

table.yleft {
	background-repeat: repeat-y;
	background-position: left;
}
