/* GENERAL */


body {
	font-family: "gill sans", helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
    text-align: justify;
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0;
	scrollbar-3dlight-color:#fda148;
	scrollbar-arrow-color:#8dc0d7;
	scrollbar-base-color:#fda148;
	scrollbar-darkshadow-color:#fda148;
	scrollbar-face-color:#fda148;
	scrollbar-highlight-color:#fda148;
	scrollbar-shadow-color:#fda148;
	scrollbar-track-color:#8dc0d7; 
 

}

html, body
{
  height: 100%;
}


strong, b	{
  color: #ff6f04;
  font-weight: normal;
  font-style: italic;
      font-family: georgia, "book antiqua", times;
  }

em, i	{
      font-family: georgia, "book antiqua", times;
  color: #007eff;
  font-style: italic;
    font-weight: normal;

  }  

a:link {
	font-family: "helvetica neue", helvetica, sans-serif;
	text-decoration: none;
	  font-weight: normal;
	color: #ffffff;
  text-transform: uppercase;
	  	border-bottom: 1px dashed #FFFFFF;

}

a:visited {
	font-family: "helvetica neue", helvetica, sans-serif;
	text-decoration: none;
		  font-weight: normal;
	color: #ffffff;
	    text-transform: uppercase;
	    	  	border-bottom: 1px dashed #FFFFFF;

}

a:active {
	font-family: "helvetica neue", helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	    text-transform: uppercase;
	    	    	  	border-bottom: 1px dashed #FFFFFF;

}

a:hover {
	font-family: "helvetica neue", helvetica, sans-serif;
	text-decoration: none;
		  font-weight: normal;
	color: #ffffff;
	    text-transform: uppercase;
	    	    	  	border-bottom: 1px dashed #FFFFFF;

	}


h1	{
	font-family: "helvetica neue", helvetica, sans-serif;
  text-align:left;
  font-size: 16px;
    font-weight: normal;
      text-transform: uppercase;
  color: #8dc0d7;
    letter-spacing: 1px;
    			padding: 0px 0px 0px 0px;

    
  }


/* TABLES */



.cont	{
	background-color: #0e325e;
  padding: 0px 0px 0px 0px;
      text-align: justify;
  }
  
td.affi a {
	line-height:100%;
		border: 0px; 
	color: #F6D150;
		  	border-bottom: 0px;

}


td.affi a:hover {
	line-height:100%;
		border: 0px; 
	color: #FFFFFF;
		  	border-bottom: 0px;

}
  


