body{
	margin: 0; padding: 0;
	background: url('images/body_bg.jpg') repeat-x;
	background-color: #C59B6C;
}
body, p, table, td, div, span{
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
}
#header{
	/*width: 100%; height: 115px; background: url('images/utengo_head-bg.jpg') repeat-x #550000; background-position:center;*/
	width: 100%; height: 115px; background: url('images/utengo_head-bg2.jpg') repeat-x #550000; background-position:center; border-bottom: 3px solid #886600;
}
a.nav{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 87px;
	height: 38px;
	background:url('images/nav_bg.gif') no-repeat;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	font-variant: small-caps;
}
a.mockSmallCap span{
	font-size: 80%;
	}
a.nav:visited{
	color: #FFFFFF;
}
a.nav:hover{
	color: #FF0;
}
li.nav{
	float: left;
	list-style-type:none;
}
ul.nav{
	display:inline;
	margin: 0;
	list-style-type: none;
}
a.cr{
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
}
a.cr:visited{
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
}
a.cr:hover{
	font-weight:bold;
	text-decoration: none;
	color: #F00;
}

a{
	font-weight:bold;
	text-decoration: none;
	color: #C00;
}
a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #C00;
}
a:hover{
	font-weight:bold;
	text-decoration: none;
	color: #F00;
}

li.newsLtr {
	list-style-image:url(images/list-style.gif);
	margin-bottom: 7px;
  text-align: left
}

#success{
	position: absolute;
	top: 5px; left: 20px;
	z-index: 100;
	padding: 7px;
	border: 2px solid #000000;
	background: #ffffff;
}

#errorMsg{
	position: absolute;
	top: 5px; left: 20px;
	z-index: 100;
	padding: 7px;
	border: 2px solid #000000;
	background: #ffffff;
	color:#F00;
}

h1 {font-size: 14pt; font-weight: bold; margin-bottom: 20pt}
    .crit {font-size: 12pt; font-weight: bold; color: #F00; margin-bottom: 10pt;}
    .returnlink {font-size: 12pt; margin-top: 20pt; margin-bottom: 20pt;}
    .validbutton {margin-top: 20pt; margin-bottom: 20pt;}
div#newsie{
  clear: both;
  }