﻿.heading {
	color: #FF0000;
	font-family: Tahoma;
	font-size: large;
	text-align: center;
}
.Text {
	font-family: Tahoma;
}
.Text_indented {
	padding: 10px;
	border: thin solid #C0C0C0;
	font-family: Tahoma;
	margin-left: 150px;
	font-size: x-small;
	background-color: #F0F0F0;
	margin-right: 140px;
}
.cell_centered {
	text-align: center;
}
.phone {
	color: #FF0000;
}
.Text_Title {
	font-family: Tahoma;
	font-size: medium;
	color: #808080;
	font-weight: bold;
}
.pic_border {
	border: 1px solid #000000;
}
.table_style {
	border-collapse: collapse;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	background-image: url('images/bkgrnd1.jpg');
	background-repeat: repeat-x;
}

.menu_background {
	text-align: center;
	background-color: #E8E8E8;
	border-bottom-style: inset;
	border-top-style: outset;
}

