body {
	background: white;
	color: black;
}

a:link {
  color: #0000ff;
  background: transparent;
  text-decoration: underline;
}

a:visited {
  color: #3333ff;
  background: transparent;
  text-decoration: underline;
}

a:active {
  color: #990000;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background: transparent;
  text-decoration: none;
}

p {
	text-align: justify;
	margin-top:0.8em;
	margin-bottom:0.8em;
}

table.pagemenu {
	border: 0px;
	width: 100%;
	padding: 3px;
	}

table.pagemenu td {
	vertical-align: top;
	text-align: center;
	background: transparent;
	}


.imgright {
    float: right;
    margin-left:4em;
    }

.imgleft {
    float: left;
    margin-right:4em;
    }

.imgcenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:50%;
}

.clear {
    clear: both;
	margin-bottom: 1.5em;
}

.center {
	text-align: center;
	}

.img-shadow {
  float:left;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  /* the following two for the border around the image */
  border: 1px solid #a9a9a9;
  padding: 4px;
  } 

.img-caption {
    font-size:100%;
    text-align:left;
    color:black;
    padding-left:1em;
    clear: both;
}


a.thickbox {
    vertical-align: baseline;
    color: #8398dd;
	border: 0 none;
}

a img {
	border: 0 none;
}

