@charset "utf-8";
/* CSS Document */

.bottom_button {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #2272de;
}

.bottom_button:link {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #2272de;
	text-decoration: none;
}

.bottom_button:visited {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #2272de;
	
}
.bottom_button:hover {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.copyrights {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #255377;
}
.heading_txt {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 18px;
	color: #0a6489;
	text-transform: uppercase;
	font-weight: normal;
}
.txt {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #5d748b;
}
.contact_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3d8615;
}
.txt #form1 #Clear {
	background-color: #85b36c;
	font-family: Tahoma, Arial, "Times New Roman";
	color: #FFFFFF;
	font-size: 11px;
}
.txt #form1 #Send {
	background-color: #37a7d9;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #FFFFFF;
}
.services_top {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 13px;
	color: #ec7226;
	font-weight: bold;
}
.services {
	font-family: Tahoma, Arial, "Times New Roman";
	color: #195072;
	font-size: 11px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/services_li.jpg);
}
.txt .services li {
	font-family: Tahoma, Arial, "Times New Roman";
	color: #195072;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/services_li.jpg);
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	padding-top: 5px;
	position: fixed;
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
}

