
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f26d10;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e4243;
}

.image 
{
	display: block;
}

.footer 
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	padding-bottom: 15px;
}
	
.content 
{
	padding: 14px 30px 30px 30px;
	line-height: 1.4;
	vertical-align: top;
	text-align: justify;
	background-color: #FFFFFF;
	
}

td
{
	vertical-align: top;
	border: none;
}

h1
{
	font-size: 14px;
	color: #f26d10;
	font-weight: bold;
}

h2
{
	font-size: 13px;
	color: #f26d10;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	color: #49575a;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	color: #f26d10;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	color: #49575a;
	font-weight: bold;
}	

a, a:link, a:visited, a:active 
{
	color: #f26d10;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #f26d10;
}

.spec a, .spec a:link, .spec a:visited, .spec a:active 
{
	color: #b5b4b4;
	text-decoration: none;
}

.spec a:hover
{
	text-decoration: underline;
	color: #b5b4b4;
}


.footer a, .footer a:link, .footer a:visited, .footer a:active 
{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

#name,#email,#phone,#comment
		{
		width: 300px;
		height: 18px;
		border: solid 1px #f26d10;
		background-color: #fef1e7;
		padding: 2px;
		font-size: 10px;
		color: #463110;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 140px;
		}
