body {
	background-image: url(_graphics/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B1B0A;
}
.table_back {
	background-attachment: scroll;
	background-image: url(_graphics/back_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #026181;
}
a:visited {
	color: #026181;
}
a:hover {
	color: #358830;
}
.blue_text {
	color: #026181;
}
h3 {
	color: #800000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
.diet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

a.diet:link {
	color: #000;
	text-decoration: none;
}
a.diet:visited {
	text-decoration: none;
	color: #000;
}
a.diet:hover {
	text-decoration: underline;
	color: #000;
}
a.diet:active {
	text-decoration: none;
	color: #000;
}

