/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  November 15, 2006
----------------------------------------------- */

/* Global */
body, form, div, table, tr, td {
  margin: 0;
  padding: 0;
	}

img { 
	border: 0; /* needed for Firefox */
	padding: 0;
	margin: 0;
	}	

h3 { 
	margin: 0;
  	padding: 0 0 10px 0;
	}
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: white;
    text-decoration: underline;
	}    
a:visited {
	color: white;
    text-decoration: underline;
	} 
a:hover {
	color: white;
    text-decoration: none;
	}  
a:active {
	color: white;
    text-decoration: underline;
	}   
	

/* Body 
----------------------------------------------- */

#newsletter{
	border: solid white 1px;
	margin-top: 18px;
	}
	
	
#newsletterTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 20px;
	padding: 25px 20px 25px 25px;
	}

td.style15 a {color: white;}
td.style15 a:hover {color: white;}
td.style15 a:visited {color: white;}