
body { margin: 0; color:White; background-color:#333333; }

#container {
opacity: 0.10;
filter: alpha(Opacity=40);
-moz-opacity: 0.1;
background-image: url(images/Structures+Web+Background-2.jpg);
height: 600px;
}

.buttons
{
	background-color:Gray;
	border: solid 1px black;
	font-size: 11px;
	font-weight: 700;
	width: 120px;
	color: White;
	cursor: pointer;
}
.buttonsSelect
{
	background-color:#66ccff;
	border: solid 1px black;
	font-size: 11px;
	font-weight: 700;
	width: 120px;
	color: #ffd700;
}
.tabButtons
{
	background-color:Gray;
	border: solid 1px black;
	font-size: 16px;
	font-weight: 700;
	width: 80px;
	color: White;
	cursor: pointer;
	text-align: center;
}
.tabButtonsSelect
{
	background-color:#66ccff;
	border: solid 1px black;
	font-size: 16px;
	font-weight: 700;
	width: 80px;
	color: #ffd700;
	text-align: center;
}
.serviceLink
{
	text-decoration: underline;
	cursor:pointer;
	color: White;
}