/* use this style sheet in HTML E-mails ONLY */

body {
	padding:0;
	margin:0 auto;
	background-image:url(images/email_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FBFCFE;
	font-family: Arial, Helvetica, sans-serif;
}

#all {
	margin:0 auto;
	width:450px;
	background-image:url(images/email_top.jpg);
	background-repeat:no-repeat;
}

#top {
	margin:10px auto 0 auto;
	width:500px;
	text-align:center;
	padding-top:10px;
	height:80px;
	background-color:#FFF;
}
#top_left{
	float:left;
	width:200px;
}
#top_right {
	float:left;
	width:280px;
	text-align:right;
	color: #F5B400;
	font-weight: bold;
	font-size:12px;
}


#email {
	margin:0 auto;
	padding-bottom:10px;
	background-color:#FFF;
	text-align:center;
	min-height:500px;
    height:auto !important;
    height:500px;
	width:500px;
}
.hmfmp {
	color: #F5B400;
	font-weight: bold;
	text-decoration:none;
	font-size:14px;
}

#content {
	text-align:left;
	background-color:#F7F7F7;
	padding:5px 15px;
	border:1px solid #E4E4E4;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:460px;
	
}

/* main style elements */

p, ul, ol, li, table, tr, th, td {
	font-family: Arial, Helvitica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}

/* regular links */

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4469B7;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/* headers */

h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right:10px;
	margin-top: 0px;
	font-weight: bold;
	text-align:right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 16px;
}


.table_form {
	
}
.table_form th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.table_form td {
	font-size:12px;
	color:#666;
}

.button {
	margin:0;
	padding:0;
	width:147px;
	height:30px;
	padding-bottom:4px;
	border-style:none;
	background-image:url(images/button.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}