body {
  background-color: white;
}

body, td, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.bg_top {
	background-image: url(/assets/images/layout/content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_bottom {
	background-image: url(/assets/images/layout/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a {
	color: navy;
}

a:visited {
	color: navy;
}

a:hover {
  color: black;
}

h1 {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
}

a.menu {
  color: #F6E9D0;
  font-size: 15px;
  text-decoration: none;
  font-family: verdana;
}

a.menu:visited {
  color: #F6E9D0;
}

a.menu:hover {
  text-decoration: underline;
  color: #F6E9D0;
}

img {
  border-color: #6b2412;
}

.blue {
	color: Navy;
  font-weight: bold;
}

.right {
  color: #F6E9D0;
}

a.right {
  color: #D0D0D0;
}

a.right:visited {
  color: #D0D0D0;
}

a.right:hover {
  color: #F6E9D0;
}

.copyright {
	font-size: 11px;
	color: #887565;
}

