
BODY{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 700px;
	margin: auto;
}

BODY, TABLE, TD	{
	color: #393939;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

A:link{
	color: #393939;
}
A:visited{
	color: #838383;
}
A:active{
	color: #ff0099;
}

p{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#header{
	text-align: center;
	padding-top: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 35px;
}

#main{
	text-align: center;
}

#hello{
	text-align: left;
}

#footer{
	height: 30px;
}

H1{
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	line-height: normal;
}

H2{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
H2, H2 A:link, H2 A:hover{
	color: #ff0099;
}
H2 A:visited{
	color: #ff59bd;
}

FORM{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

INPUT.input{
	font: 11px/14px Arial, Helvetica, sans-serif;
	background-image: url(pictures/mailing-bg-input.gif);
	border: 1px solid #bcbcbc;
	margin-bottom: 9px;
	height: 15px;
	padding: 3px 6px;
}
INPUT.button{
	font-size: 11px;
	padding: 2px 3px;
	width: 100%;
}

.submit{
	width: 50px;
	border: 3px solid #ff008f; 
	padding: 3px;
}

.notes{
	color: #959595;
	font-size: 9px;
	line-height: normal;
}

#postit{
}

#postit .navigation {
color: #E90423;
font-size: 11px;
line-height: 13px;
}
#postit A.navigation:Link {
color: #E90423;
font-weight: normal;
text-decoration: none;
}
#postit A.navigation:Visited {
color: #E90423;
font-weight: normal;
text-decoration: none;
}
#postit A.navigation:Hover {
color: #E90423;
font-weight: normal;
text-decoration: underline;
}
