/* 
===============================================================================
CREATED BY:     jcmorris <http://www.jcmorrisdesign.com>
CEATION DATE:   12:07 PM on 2007-01-23
COPYRIGHT:      ©2007 jcmorris design
CSS VERSIONS:   1::2.1
FILE URI:       http://www.bostonlobsters.net/bostonlobsters.css
===============================================================================
*/

/* 
-------------------------------------------------------------------------------
<< COPY
*/
 .bodyCopy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
    }
	 .bodyCopy strong{
	font-weight: bold;
	color: #19295A;
	text-decoration: none;
    }
      .bodyCopy b{
	font-weight: bold;
	color: #19295A;
	text-decoration: none;
    }
	 A{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #B90005;
	text-decoration: underline;
    }
	
    .sponsors {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
    }
	
	.newsCopy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
    }
	
    .newsCopy A{
	color: #B90005;
	text-decoration: underline;
    }
	
    .newsCopy strong{
	font-weight: bold;
	color: #19295A;
	text-decoration: none;
    }
	.rule {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666633;
    }
	.storeLink {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #B90005;
	text-decoration: underline;
    }
	.storeLink A{
	color: #B90005;
	text-decoration: underline;
    }
	 .copyright {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #19295A;
	text-decoration: none;
	line-height: 140%;
    }
	
/* 
-------------------------------------------------------------------------------
<<HEADLINES
*/		
.h1 {
	font-family: Georgia,"Times New Roman",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: .9em;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
}
.h2 {
	font-family: Georgia,"Times New Roman",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	letter-spacing: 1px;
	color: #B90005;
}
.h3 {
	font-family: Georgia,"Times New Roman",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: .9em;
	line-height: normal;
	letter-spacing: 1px;
	color: #B90005;
}
.h4 {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
	color: #000000;
	font-size: 10px;
}

/* 
-------------------------------------------------------------------------------
<<BACKGROUNDS
*/

#footer {
	width: 765px;
	height: 30px;
	background-image: url(images/footer_bkgrnd.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
	
