body	{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
TD, td, .BodyText, div	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}


/* GENERAL STYLES */

img	{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1, .h1	{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	color: #BF5418;
}
h2, .h2	{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	color: #BF5418;
}
input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
	border:1px solid #999999;
}
#subject {
	display: none;
}
.border	{
	background-color: #BF5418;
}
.footer	{
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

/* LINK STYLES */

a, a:visited	{
	color: #1863bf;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
#footer {
	color: #999;
	text-align: center;
	font-size: 10px;
	padding: 16px 0px 6px 0px;
}
#footer a {
	color: #999;
	text-decoration: none;
}