/* CSS Document */
body {
	font-family: Trebuchet MS; 
	font-size: 10px;
	background-color: #e6e6e6;
	margin: 0px;
}
a:link {
	color: #003399;
}
a:active {
	color: #0066ff;
}
a:visited {
	color: #003399;
}
a:hover {

}
.title {
	font-weight: bold;
	font-size: 24px;
	color: #004a80;
}

.text {
	font-size: 10px;
}
.boldtext {
	font-size: 10px;
	font-weight: bold;
}
.text a {
	font-weight: bold;
}
.service {
	font-size: 16px;
	font-weight: bold;
	color: #004a80;
}
.service_desc {
	font-size: 10px;
	font-weight: bold;
}
.service_price {
	font-size: 14px;
	font-weight: bold;
}
.index_feedback_title {
	font-size: 10px;
	font-weight: bold;
	color: #004a80;
}
.prices_services {
	font-size: 14px;
	font-weight: bold;
	color: #004a80;
}
.prices_subtitles {
	font-weight: bold;
	font-size: 13px;
	color: #004A80;
}
.prices_text {
	font-size: 13px;
}
.button { 
	font: bold 10px Trebuchet MS; 
	background-color: #DDDDDD; 
	border: solid 1px #004A80;
	color: #004A80;
	margin: 0px;
	height: 18px;
	vertical-align: bottom;
	margin-top: 5px;
}
.button_hover { 
	font: bold 10px Trebuchet MS; 
	background-color: #A2D0E7; 
	border: solid 1px #004A80;
	color: #004A80;
	margin: 0px;
	height: 18px;
	vertical-align: bottom;
	margin-top: 5px;
}
.contact_text {
	font-size: 13px;
	font-weight: bold;
}
#gotcha { display:none;}
.link {
	font-size: 16px;
	font-weight: bold;
}
#gallery td { padding: 3px; }