body {
	margin: 0px;
	padding: 0px;
  background: #eeede7 url('images/bg.jpg') no-repeat scroll top center;
}
div, td {
	font-family: Verdana;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  vertical-align: top;
}
img {
	border: 0px;
}
table {
	border: 0px;
	width: 100%;
}
form {
	margin: 0px;
}


#container {
  position: relative;
  top: 0px;
  border: 0px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
	#topMenu {
		position: absolute;
		top: 0px;
		left: 12px;
		width: 698px;
		letter-spacing: 0.5pt;
	}
	#main {
		position: relative;
		border: 0px;
		left: 0px;
		top: 20px;
		width: 720px;
	}
		#logoCell {
			position: absolute;
			top: 14px;
			left: 20px;
			line-height: 14px;
			text-align: right;
		}
		#content {
			position: relative;
			width: 588px;
			top: 14px;
			left: 95px;
			padding: 5px;
			background-color:#eae6d4;
			filter:alpha(opacity=90);
			opacity:0.9;
			border: 1px solid #999999;
			letter-spacing: 0.5pt;
		}
		#coring {
			position: relative;
			width: 698px;
			top: 0px;
			left: 12px;
			padding: 5px;
			background-color: #eae6d4;
			border: 1px solid #999999;
			letter-spacing: 0.5pt;
		}
	#flags {
		position: absolute;
		top: 34px;
		left: 719px;
		width: 29px;
	}


.header {
	color: #2b4570;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}
.wht {
	color: #ffffff;
}
.blk {
	color: #000000;
}
.sub {
	font-size: 8px;
}
.sml {
	font-size: 10px;
}
.menu1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}
.menu2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}
.error {
	color: #e78e22;
	font-weight: bold;
}
.headerCell {
	background-color: #e1e1c9;
	height: 25px;
	border: 1px solid #999999;
}
.contentCell {
	background-color: #e9e9d4;
	border: 1px solid #999999;
}


a {
  color: #8a3c1d;
  text-decoration: none;
}
a:hover {
  color: #2b4570;
  text-decoration: underline;
}