body {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p, td, th, li, select, input, textarea, a {
	font-family: Arial;
	font-size: 12px;
}
a {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/*-- Custom Styles --*/
.footer {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #000;
	border-bottom: 0px;
}
.menu-item {
	border: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;

	background-color: #acf;

	padding-left: 3px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;

	font-weight: bold;
	color: #000;
}

.top-line {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	padding-top: 15px;
}
.light-border {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.telephone-header {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.telephone {
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}

