* {
  font-family: Verdana, Sans-serif;
  font-size: 12px;
}

body {
  background-color: white;
  background-image: url('media/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px;
  color: black;
}

a {
  color: rgb(13, 58, 111);
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}
a img {
  border: none;
}

h1 {
	font-size: 24px;
	color: rgb(13, 58, 111);
}
h2 {
	font-size: 16px;
  color: rgb(13, 58, 111);
}

li {
	margin-left: -25px;
}


table.wbMain {
	width: 910px;
}
.wbTitle {
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-top: 20px;
	padding-right: 25px;
	text-align: right;
}


.wbBox1 {
	width: 263px;
	height: 313px;
	padding: 20px;
	background-image: url("media/box.1.png");
	background-repeat: no-repeat;
}

.wbBox2 {
	width: 566px;
	height: 313px;
	padding: 20px;
	background-image: url("media/box.2.png");
  background-repeat: no-repeat;
}


.wbStory {
	height: 313px;
	overflow: auto;
}
.wbStoryName {
	font-weight: bold;
	margin-bottom: 4px;
}
.wbStoryPortrait {
	float: left;
	margin-right: 8px;
}
.wbStoryText {
	font-size: 12px;
}


div.wbBlueboxContent {
  background-image: url("media/bluebox.content.png");
  background-repeat: repeat-y;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
}


table.wbFormTable > tbody > tr > th[scope="row"] {
  font-size: 10px;
  font-weight: normal;
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
}

option {
	color: black;
}

.wbFormErrorAbove {
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	padding: 3px;
	color: red;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}


td.wbFooter {
  padding: 3px;
}
div.wbFooter {
  color: rgb(70,70,70);
  text-align: center;
  font-size: 10px;
}
div.wbFooter a {
  font-size: 10px;
  font-weight: normal;
  color: rgb(70,70,70);
}

