body {
	background-color: #DEDECA;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

a:link { color: #006699; text-decoration: underline }
a:active { color: red; text-decoration: underline }
a:visited { color: purple; text-decoration: underline }
a:hover { color: red; text-decoration: none }

#BreadCrumbBar
{
	margin-top: 7px;
	margin-right: 10px;
	font-size: 0.75em;
	color: #FF0000;
	text-shadow: #000000 2px 2px 2px;
	background-color: #CCCCCC;
}
#BreadCrumbBar
{
	float: left;
	margin-left: 15px;
}
.breadCrumb
{
	display: inline;
}
