a
{
  outline: none;
}

img{
	border:none;
}



.small
{
	text-align: left;
	vertical-align: top;
	color: #999;
	text-decoration: none;
	font-family: georgia;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0px;
	font-weight: normal;
}

A
{
	color: #999;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}

A:hover
{
	color: #F09;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}


body
{
	background-color: #ffffff;
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	
}

.pics

{ 
top: 119px;
left: 33px;
}

#bfflogo
{
	position: absolute;
	top: 44px;
	left: 42px;
}

#line1
{
	position: absolute;
	top: 309px;
	left: 42px;
	z-index: 5;
}

#statement
{
	position: absolute;
	top: 332px;
	left: 42px;
}

#line2
{
	position: absolute;
	top: 470px;
	left: 42px;
	z-index: 5;
}

#subscribeFormWelcome
{
	position: absolute;
	top: 498px;
	left: 42px;
	text-align: left;
	vertical-align: top;
	color: #333;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0px;
	font-weight: normal;
	
}


#cred
{
	position: absolute;
	top: 610px;
	left: 42px;
	z-index: 5;
}


/*chimpform*/


        fieldset {border: none; padding: 0; margin: 0;}

        /**
         * @tab Body
         * @section foreground
         * @tip Choose a color for your list form's foreground.  Pick a color that's easy to read against your text.
         */
        .content {
            /*@editable*/ background-color:#FFFFFF;
            /*@editable*/ padding:20px;
            font-family:Arial;
            font-size: 12px;
            line-height:150%;  /* #3# Editable */
            color: #333333;  /* #3# Editable */
        }

      

        /**
         * @tab Alerts/Errors
         * @section alerts
         * @tip This is the style for the "There are errors below." warning that appears if invalid data is entered.
         */
        .alert {
            /*@editable*/ font-size:20px;
            /*@editable*/ line-height:200%;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
        }

        /**
         * @tab Alerts/Errors
         * @section errors
         * @tip This is the style for the error messages that appear beneath each form fields with invalid data.  Use colors that will attract attention.
         */
        div.errorText {
            /*@editable*/ font-size: 12px;
            /*@editable*/ line-height:150%;
            /*@editable*/ font-weight:bold;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ background-color:#FFEEEE;
            /*@editable*/ padding:5px;
            /*@editable*/ margin:3px;
        }



