body {
	background-color: #EAEAEA;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
	margin:0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0F7BBB;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {color: #F3F4F5; padding:0px 20px 0 0;}
.style2 {

	font-size: 36px;text-transform:uppercase; font-weight:bold;
}
.style4 {font-size: 32px; text-transform:uppercase; font-weight:bold; 	color: #0F7BBB}
h1 { font-size:28px; text-align:center; font-weight:bold;}
h2 {  color:#0F7BBB; font-size:14px; font-weight:bold; text-transform:uppercase;}
h3 { color:#0F7BBB; font-size:20px;font-weight:bold;}

	.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }
	
	

/* ------------------------------------------------------------ */
#services1{
	text-align:center;
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

#services1_left{
	float: left;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;

}

#services1_middle{
	margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC;
	max-width:160px;
	padding-bottom:5px;
}

#services1_right{
	float: right;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;
}
/* ------------------------------------------------------------ */