body {
	margin:0px;
	border:0px;
	padding:0px;
	background:#25000F;
	font-family: "Times New Roman", Times, serif;
}
a:link{color: #B1B9CD;}
a:hover{color:#DAD3D0;}
a:visited{color:#B1B9CD;}
a:visited:hover{color:#DAD3D0;}
h1 {
	font-weight:500;
	font-size:13pt;
	color:#85766F;
	margin: 10px;
}
h2 {
	font-weight:500;
	font-size:12pt;
	color:#998C83;
	margin: 10px;
}
h3 {
	font-weight:bold;
	font-size:11pt;
	color:#AB9F9A;
	margin: 10px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	color:#9A8D85;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
}
.txt {font-size:10pt;color:#9A8D85;}
.smtxt {font-size:9pt;color:#9A8D85;}
.menucell{
	width: 160px;
	padding-top: 10px;
	padding-bottom: 20px;
}
a.menu {
	font-size:10pt;
	font-weight:500;
	color:#96837F;
	text-decoration:none;
}
a.menu:hover {color:#FFFFFF;text-decoration:none;}
a.menu:visited {color:#96837F;text-decoration:none;}
a.menu:visited:hover {color:#FFFFFF;text-decoration:none;}
a.txtlnk {
	font-size:10pt;
	font-weight:500;
	color:#B1B9CD;
	text-decoration:none;
}
a.txtlnk:hover {color:#CBC0C0;text-decoration:underline;}
a.txtlnk:visited {color:#B1B9CD;text-decoration:none;}
a.txtlnk:visited:hover {color:#CBC0C0;text-decoration:underline;}
a.foot {
	font-size:11px;
	font-weight:500;
	color:#715B5D;
	text-decoration:none;
}
a.foot:hover {color:#533942;text-decoration:underline;}
a.foot:visited {color:#715B5D;text-decoration:none;}
a.foot:visited:hover {color:#533942;text-decoration:underline;}

.bodypad{padding: 10px; background-repeat: no-repeat;}

.inpt10 {
	width:60px;
	height:20px;
	font-size:12px;
	font-family:Arial;
	color:#333333;
	line-height: 85%;
	font-weight: bold;
	background:#ABBFE0;
	border:solid 1px #101C30;
	margin: 2px;
	padding:2px;
}
.inpt400 {
	width:250px;
	height:100px;
	font-size:12px;
	font-family:monospace;
	color:#333333;
	background:#E7EBF1;
	border:solid 1px #101C30;
	margin:2px;
	padding:2px;
	margin-left: 12px;
}
.inpt200 {
	width: 150px;
	height:18px;
	font-size:12px;
	font-family: sans-serif;
	color:#333333;
	line-height: 90%;
	background:#E7EBF1;
	border:solid 1px #101C30;
	margin:2px;
	padding:2px;
}
.smallred{
	font-family: sans-serif;
	font-size: 11px;
	color: #CC3333;
}