@charset "UTF-8";
body  {
	font: Georgia, "Times New Roman", Times, serif;
	background: #095AB3;
	margin: 0 3; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	left: auto;
	}	

link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.imgOutline {
	background-color: #E9E4B6;
	text-align: center;
	border: thin groove #333333;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.servicestable {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#description {
	text-align: left;


}
.servicestable .servicestable {

}
.description {
	text-align: left;
	font-size: 10px;
}

.style2 {font-size: small}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
