img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-color: #FC6;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
	margin:0;
	
}
#srvCONT{
	border: 1px solid #5e4753; 
	margin-left: 20px;
	margin-bottom: 20px;
}

.srvboxes{
	margin: 5px;
	text-align: center;
	overflow:hidden;
}

.srvLeft{
	width: 30%;
	background: #FF6600;
	float: left;
	height: 55px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	line-height: 56px;
	color: #fff
}

.srvRight{
	width: 67%;
	background: #eee;
	float: right;
	height: 55px;
	padding: 3px;
	font: 12px 'Arial' #fff;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #F90;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #090;
	font-weight:bold;
}

	h1 {color: #F60; font-size:26px; font-weight:bold; padding:0; margin:0;}
	h2 {color: #F60; font-size:18px;}
	h3 {color: #F60; font-size:20px;}
	.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }

