a {
	color: Lime;
}
a:hover {
	color: Yellow;
}
a:visited {
	color: Silver;
}
body {
	background-color: #647E7F;
	background-image: url(background.jpg);
	background-position: center;
	background-repeat: repeat-y repeat-x;
	font-family: Arial;
	font-size: 10pt;
	color: White;
}
.main {
	width: 750px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	font-family: Arial;
}
.header {
	height: 15%;
	vertical-align: top;
}
.header h1 {
	color: Black;
	font-size: 36pt;
	text-align: center;
}
.header h3 {
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: Lime;
}
.header a {
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: Lime;
}
.header a:hover {
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: Yellow;
}
.content {
	height: 75%;
	vertical-align: middle;
	font-family: Arial;
	font-size: 10pt;
}
.footer {
	height: 10%;
	vertical-align: bottom;
	font-family: Arial;
}
.left_top {
  vertical-align: top;
  text-align: left;
}
.left_mid {
  vertical-align: middle;
  text-align: left;
}
.left_bot {
  vertical-align: bottom;
  text-align: left;
}
.cent_top {
  vertical-align: top;
  text-align: center;
}
.cent_mid {
  vertical-align: middle;
  text-align: center;
}
.cent_bot {
  vertical-align: bottom;
  text-align: center;
}
.righ_top {
  vertical-align: top;
  text-align: right;
}
.righ_mid {
  vertical-align: middle;
  text-align: right;
}
.righ_bot {
  vertical-align: bottom;
  text-align: right;
}
.just_top {
  vertical-align: top;
  text-align: justify;
}
.just_mid {
  vertical-align: middle;
  text-align: justify;
}
.just_bot {
  vertical-align: bottom;
  text-align: justify;
}
small {
	font-size: 8pt;
}
.picturebody {
	background: Black;
	color: #0AC8FC;
}