body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.navimage {
	margin-right: 10px;
	margin-left: 10px;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}
.maintext-ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
}
.list {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
}
.maintext_head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #EF4037;
}
.maintext_head11 {	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #EF4137;
	text-transform: capitalize;
}
.wedo_head {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #F62715;
	margin-left: 15px;
}
li {
	list-style-type: square;
}
.contact_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.wedo_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
a {
	font-size: 13px;
	color: #6E6E6E;
}
a:visited {
	color: #DDDDDD;
	text-decoration: none;
}
a:hover {
	color: #EE4035;
	text-decoration: none;
}
a:active {
	color: #DDDDDD;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #DDDDDD;
}
a.middle:link {
	font-family: "Times New Roman", Times, serif;
	color: #333333; 
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a.middle:visited {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	ftext-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a.middle:hover {
	font-family: "Times New Roman", Times, serif;
	color: #EE4035;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

/* Form Styles */
.text{font:11px/15px arial, helvetica, sans-serif; color:#555555;}
input, textarea, select{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#555555;
	border:1px solid #000000;
	vertical-align:top;
	border:1px solid #cad2d5;
}
input{ width:180px; height:20px;}
textarea{ width:180px; height:125px; overflow:auto;}
.inp_h{ height:22px; margin:0 0 3px 0;}
input:link {
	background-color:#cccccc;	
	}

input:hover {
	background-color:#cad2d5;
	border:1px solid #cccccc;
}

input:active {
	background-color:#cad2d5;
	border:1px solid #cccccc;
}