body {
	/* font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	color: #444
	background-color: #4F3004;
	/* background: url('images/background.gif'); */
	text-align: left;
	/* margin: 20px 0 30px; */
    padding: 10px;
}

h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 16px;
}

.copy {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 18px;
}

.header {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #7E5E4F;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 16px;
}

.subhead {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 16px;
}

.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	text-align: center;
}

.plug {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #666666;
	line-height: 15px;
}

.pipes {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #E587B9;
}

a:link { 
     color: #3399CC;
     text-decoration: none;
     border-bottom: none;
     font-weight: bold;

}

a:visited { 
     color: #3399CC;
     text-decoration: none;
     border-bottom: none;
     font-weight: bold;

}

a:hover { 
     color: #3399CC;
     text-decoration: none;
     border-bottom: 1px solid #3399CC;
     font-weight: bold;

}

a:active { 
     color: #3399CC;
     text-decoration: none;
     border-bottom: 1px solid #3399CC;
     font-weight: bold;

}

.image {
     text-decoration: none;
     border-bottom: none;

}

.image:hover {
    text-decoration: none;
    border-bottom: none;

}