html {
	background: #BAFF98 url("/img/emails/edit_title_bg.jpg") repeat-x top center;
}

body {
	background: url("/img/emails/edit_title.jpg") no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 575px;
}

h1 {
	background: url(../img/flat/titlebar.gif) no-repeat top right;
	height: 77px;
	width: 600px;
	text-align: right;
	margin-top: 130px;
	padding-right: 20px;
	padding-top: 35px;
	font-size: 160%;
	font-style: italic;
	margin-bottom: -35px;
}

h3 {
	text-align: left;
	font-size: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

img {
	float: right;
	border: 0px;
	padding-left: 5px; 
	text-align: right;
}

.small {
	font-size: 70%;
	padding-top: 10px;
	float: left;
	text-align: left;
}

.lnx {
	display: none;
}

p {
	text-align: left;
	font-size: 70%;
	width: 250px;
	border: 1px solid black;
	background-color: Green;
	padding: 10px;
	color: White;
	font-style: oblique;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	margin-top: -10px;
	margin-bottom: -1px;
}

a {
	color: #147580;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


