/* CSS Document */


img.content{
margin:10px;
}

p.pictures {
background-color:#e6e0ce;
text-align:center;
margin:auto;
}

p.content {
	margin-left: 4%;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: none;
}

p.imp {
background-color:#e6e0ce;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #660000;
}

h2 {
margin-left:2%;
}

h1,h2,h4,h5,h6 {
	color: #660000;
	font-style: italic;
	background-image: none;
}

h3 {
	color: #660000;
	font-style: normal;
	background-image: none;
}
  body {background-color: #e6e0ce;}
  
 
  table {
	background-color:#e6e0ce;
	color: #660000;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	background-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16x;
  }
 
 tr.nav {
 background-color: #e6e0ce;
 }
 
 td.nav:hover {
 background-color:#e6e0ce;
 }
 td.content {
	background-color: #e6e0ce;
	background-image: none;
 }
  td.current {
 background-color:#e6e0ce;
 }

  td.foot{
	background-color:#e6e0ce;
	border-top-style:hidden;
	border-top-width:0px;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

 td.fp{
  background-color:#e6e0ce;
  border-top-style:hidden;
  border-top-width:0px;
}
td.nav:hover {
 background-color:#e6e0ce;
 }
 td.noborder {
 border: hidden;
 border-style:none;
 }
  
 a.menu:link {text-decoration:none;display:block;color:#660000;width:100%;height:100%;}
a.menu:visited {
	text-decoration:none;
	display:block;
	color:#660000;
	width:100%;
	height:100%;
	background-color: #e6e0ce;
}
a.menu:hover {
	display:block;
	color:#660000;
	width:100%;
	height:100%;
	background-color:#CCFFFF;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	text-decoration: none;
}
a.menu:active {
	text-decoration:none;
	color:#660000;
	display:block;
	width:100%;
	height:100%;
	border-top-color: #e6e0ce;
	border-right-color: #e6e0ce;
	border-bottom-color: #e6e0ce;
	border-left-color: #e6e0ce;
}
