/*********************************************************************
   sports/components.css for EASPORTS.com
   code by Byron Tredwell (byron(AT)blastradius.com)
*********************************************************************/


/****************************
  GENERAL COMPONENT CLASSES
****************************/
.COMP{
	border-top: 2px solid #0070bb;
   border-bottom: 1px solid #ccc;
   }


/****************************
  C_image COMPONENT 
****************************/
.C_image{border:none;}


/****************************
  C_newsletter_module COMPONENT 
****************************/
.C_newsletter_module{
	border:none;
	overflow:hidden;
   }

.C_newsletter_module .content{
	margin:30px 11px 5px 11px;
	font-size:0.85em;
	line-height:12px;
   }



