
p {
	color: black
	font-weight: normal;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

b {
	color: black
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

i {
	color: black
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	color: black
	font-weight: bold;
	font-size: 24px;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: black
}

h3 {
	font-weight: bold;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	color: black
}

a:link {
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: red;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: red;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
	color: red;
	text-decoration: underline;
	background: yellow;
}
td {
	font-family: arial, helvetica, sans-serif;
}




/********************************
EMAIL CAPTURE
********************************/
#email-capture-wrap{
	display:block;
	position:relative;
	height:100px;
	width:680px;
}
.email-form{
	float:right;
}
.email-form #email-blurb{
	display:block;
	font-size:11px;
	font-family:"Trebuchet MS", "Lucida Grande CY", "Helvetica CY", Arial, sans-serif;
}
.email-form .email-input{
border:1px solid #999;
	background:#fff;
	padding:5px;
}
.email-form .email-btn{
	padding:4px;
	background:#237338;
	border:1px solid #0c5b21;
	color:#fff;
	font-style:italic;
	cursor:pointer;
}

