body {
	background: #d8e6f1;
	font: verdana, Arial 11px;
	line-height: 16px;
	color: #666666;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
}

a:link{
	text-decoration:none;
	color: #d66b00;
}

a:visited {
	text-decoration:none;
	color:#c77916;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #c77916;
}

.main {
	left: 0;
	top: 20px;
	position: absolute;
	width:100%;
}

#nav {
	left:0;
	top: 155px;
	position: static;
	width:600px;
	display:inline;
}

.main p {
	margin-left: 29px;
}

form table {
	color: #666;
	font-size: 11px;
}

tr.menu {
	background: url("imgs/menubg.jpg") repeat-x;
	height: 35px;
	text-align: left;
}

.menutxt {
	/*position:static;*/
	top:155px;
	display:inline;
	float:left;
	width:500px;
    margin: 0 auto 0 auto;
}


.main table {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
}

.main table td.bodytxt {
	font-family: verdana;
	font-size: 11px;
	background: #fff;
	padding: 20px 0 20px 0;
	text-align:justify;
	color: #666;
	line-height: 16px;
	border-bottom: 1px solid #666;
}

.maintxt{
	border-bottom: 1px solid #666;
}

.emph {
	color: #c77916;
	text-decoration:bold;
}

.whiteemph {
	color: #fff;
	font-weight:bold;
}

ul, ol {
	list-style-position: outside;
}

ul li, ol li {
	margin-left: 5px;
}

ol li a {
	text-decoration: underline;
	color:#d66b00;
}
ol li a:link {
	text-decoration: underline;
	color:#d66b00;
}

ol li a:visited {
	text-decoration: underline;
	color:#d66b00;
}

ol li a:hover {
	text-decoration: none;
	color: #c77916;
}

#uploadfilediag {
	width:470px;
	margin:0px auto;
	padding:3px;
	border:1px solid #BBB;
	background:#C77916;
}

.unzip {
	border:1px solid #AAA;
	border-collapse: collapse;
	text-align:center;
	padding: 10px 0 10px 0;
	font-size:11px;
}

#filelisting {
	width: 535px;
	border: 1px solid #BBB;
	padding: 20px;
	text-align: center;
}

.success {
	color:#4e8588;
	font-weight: bold;
}

.error {
	color: #a53006;
	font-weight: bold;
}

.styled {
	font-family: verdana, arial;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	background: #fff;
}

div#url{
	margin: 0px 20px 0px 20px;
	display: none;
}