* {
	margin: 0px;
	line-height: 150%;
}

body {
	margin: 0px;
}

h1 {
	font: normal bold 32px arial;
	color: #fafafa;
}

img {
	border: 0px;
}

sup {
	font: italic 10px arial;
}

.slogan {
	margin-left: 16px;
	font: italic normal 12px arial;
	color: #666;
}

.category {
	font-size: 14px;
	padding: 5px;
}

.list {
	line-height: 150%;
}

.serviceName {
	line-height: 150%;
	background-image: url("images/aquadot.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 1.2em;
	margin-left: 2em;
}

.serviceName a {
	font-size: 14px;
}

.serviceDescr {
	margin-left: 6em;
	font-size: 12px;
}

.list a:link {
	text-decoration: none;
	color: #0066cc;
}

.list a:visited {
	text-decoration: none;
	color: #0066cc;
}

.list a:hover {
	text-decoration: underline;
	color: #ff5600;
}

.list a:active {
	text-decoration: underline;
	background-color: yellow;
}

.inlineForm,.inlineForm div,.inlineForm form {
	display: inline;
}

.inlineForm input[type="text"] {
	width: 300px;
	font-size: 12px;
	border: 1px solid #c9cfc2;
	background-color: transparent;
}

.inlineForm input[type="text"]:hover {
	background-color: #fffff0;
	border-color: #59990E;
}

.inlineForm input[type="submit"] {
	border: 1px solid #c9cfc2;
	background-color: transparent;
}

.inlineForm input[type="submit"]:hover {
	color: red;
	border-color: #59990E;
}

#header {
	background: url(images/index_logo.jpg);
	height: 80px;
	color: white;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#services {
	margin: 0px 10px 0px 10px;
}

#copyright {
	background-color: #efefef;
	text-align: center;
	border-top: 1px solid #88C1F4;
	font-size: 12px;
	font-family: arial;
}

#poweredby {
	background-color: #efefef;
	text-align: right;
	font-size: 12px;
	font-family: arial;
}

#SiteSearchGoogle,#w3c,#pagerank {
	display: none;
	background-color: #efefef;
	font-size: 12px;
	font-family: arial;;
}