body {
	background-color: #CCCCCC;
	background-image: url(http://www.jtenvironmental.com/images/wallpaper1.png);
	background-repeat: no-repeat;
    background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.style1 {color: #FFFFFF}
p { font-size: 12px; color: #333333;} /* definindo a margem dos pargrafos */
.white_font { font-size: 12px; color: #ffffff;} 
.p1_bold {
	font-weight: bold;
} 
.p1_bold_green_italic {
	font-weight: bold;
	color: #006600;
	font-style: italic;
} 
.p1_green_italic {
	color: #006600;
	font-style: italic;
} 
.h1 {
	font-weight: bold;font-size: 14px; color: #333333;
}
.h1_title {
	font-weight: bold;font-size: 14px; color: #333333;
}
a {font-size: 12px; text-decoration: none; color: #333333;}
a:link { font-size: 12px; text-decoration: none; color: #333333;}
a.:hover {text-decoration: underline; color: #006600; font-size: 12px;}
.style2:link {font-size: 11px; color: #ffffff; text-decoration: none}
.style2:hover {font-size: 11px; color: #006600; text-decoration: none}
.style2 {font-weight: bold; font-size: 11px; color: #ffffff;}

.style3:link {font-size: 12px; color: #ffffff; text-decoration: none}
.style3:hover {font-size: 12px; color: #006600; text-decoration: none}
.style3 { font-size: 12px; color: #ffffff;}
input,textarea
{
	color: #000;
	background-color: #E5E5E5;
	border: 1px solid #ccc
}

.submit input file textarea
{
	color: #000;
	background-color: #FFF;
	xxborder: 2px outset #d7b9c9
}
input.error {
	xborder: 1px solid #CC0000;
	background-color: #F1F1F1;
}
select.error {
	xborder: 1px solid #CC0000;
	background-color: #F1F1F1;
}
textarea.error {
	xborder: 1px solid #CC0000;
	background-color: #F1F1F1;
}
textarea:focus {
	xborder: 1px solid #FF6600;
	background-color:#FFF;
}
file:focus {
	xborder: 1px solid #FF6600;
	background-color:#FFF;
}
input:focus {
	xborder: 1px solid #FF6600;
	background-color:#FFF;
}
select:focus {
	xborder: 1px solid #FF6600;
	background-color:#FFF;
}