html {
  height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	font-size:small; 
	font-family: 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.4em;
	background: #000033; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ }

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	color: #efefff;
	line-height:1.4em;
}

input,textarea,select{
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size:0.9em;
	padding:2px 5px 2px 5px;
	background: #eeeeff; 
	color:#000033;
	width:240px;
}

input.nob{
	border:none;
}

.list {
	list-style-image: url('/img/list.gif');
}

table {
	padding: 0px;
	border: none;
}

td {
	border: none;
	vertical-align: middle;
	padding: 4px;
}

h1{
	margin: 0 0 0.8em 0;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #ddddff;
}

h2{
	margin: 1em 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #ddddff;
}

h4{
	margin: 0 0 0.8em 0;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #880033;
}

h5{
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000033;
}

h6{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #880033;
}

ul.obul {
	list-style-image:url("/img/bullet.gif");
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 1.5em;
}

a:link {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:link {
	color: #efefff;
	text-decoration: none;
}
	
a.menu:visited {
	color: #efefff;
	text-decoration: none;
}
	
a.menu:active {
	color: #efefff;
	text-decoration: none;
}

a.menu:hover {
	color: #efefff;
	text-decoration: underline;
}

.blue {
	color: #0000cc;
}

a.blue:link {
	color: #0000cc;
	text-decoration: none;
}
	
a.blue:visited {
	color: #0000cc;
	text-decoration: none;
}
	
a.blue:active {
	color: #0000cc;
	text-decoration: none;
}

.pale {
	color: #99eeff;
}

a.pale:link {
	color: #99ccff;
	text-decoration: none;
}
	
a.pale:visited {
	color: #99ccff;
	text-decoration: none;
}
	
a.pale:active {
	color: #99ccff;
	text-decoration: none;
}

a.pale:hover {
	color: #bbeeff;
	text-decoration: underline;
}

a.blue:hover {
	color: #0000cc;
	text-decoration: underline;
}

.plum {
	color: #880033;
}

a.plum:link {
	color: #880033;
	text-decoration: none;
}
	
a.plum:visited {
	color: #880033;
	text-decoration: none;
}
	
a.plum:active {
	color: #880033;
	text-decoration: none;
}

a.plum:hover {
	color: #880033;
	text-decoration: underline;
}

.grey {
	color: #eeeeee;
}

a.grey:link {
	color: #eeeeee;
	text-decoration: none;
}
	
a.grey:visited {
	color: #eeeeee;
	text-decoration: none;
}
	
a.grey:active {
	color: #eeeeee;
	text-decoration: none;
}

a.grey:hover {
	color: #eeeeee;
	text-decoration: underline;
}

.red {
	color: #990000;
}

a.red:link {
	color: #990000;
	text-decoration: none;
}
	
a.red:visited {
	color: #990000;
	text-decoration: none;
}
	
a.red:active {
	color: #990000;
	text-decoration: none;
}

a.red:hover {
	color: #990000;
	text-decoration: underline;
}

.whit {
	color: #ffffff;
}

a.whit:link {
	color: #ffffff;
	text-decoration: none;
}
	
a.whit:visited {
	color: #ffffff;
	text-decoration: none;
}
	
a.whit:active {
	color: #ffffff;
	text-decoration: none;
}

a.whit:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.main {
	display: block;
	position: absolute;
	top: 90px;
	right: 0;
	bottom: 20px;
	left: 0;
/* 	border: solid 1px #0000ff;*/
	overflow: auto;
	
}

div.pict {
	display: block;
	position: absolute;
	top: 100px;
	left: 30px;
}

div.page {
	display: block;
	position: absolute;
	top: 10px;
	bottom:0;
	left: 230px;
	right:80px;
	padding:0 10px 20px 0;
	font-weight:bold;
}

div.pale {
	display: block;
	position: absolute;
	top: 20px;
	left: 40px;
	right:110px;
	background: #efefff;
	color: #000033;
}

div.norm{
	position: absolute;
	top: 10px;
	left: 30px;
	right: 20px;
	padding:30px 160px 20px 30px;
	background: #efefff;
	color: #000033;
}

div.foot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:20px;
	background:#000033;
}

div.lcol{
	position:absolute;
	top:0;
	left:10px;
}

div.col2{
	position:absolute;
	top:0;
	margin-top:1em;
	left:260px;
	right:200px;
	padding-bottom:0;
}

div.rcol{
	position:fixed;
	top:0;
	margin-top:1em;
	right:30px;
	bottom:20px;
	width:190px;
	padding:10px;
	background:#efefff;
	border:solid 1px #9999cc;
	color: #000033;
	overflow:auto;
}

div.wide{
	position: relative;
	margin:0 85px 0 0;
}

div.logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

div.head {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:90px;
	background:#000033
}

div.menu {
	display: block;
	position: absolute;
	top: 36px;
	left: 230px;
	right:40px;
}

div.mlog {
	display: block;
	position: absolute;
	top: 15px;
	right: 6px;
	height: 2em;
	font-size: 0.8em;
}

div.hint {
	display: block;
	position: absolute;
	top: 8px;
	left: 230px;
	padding:1px 4px 1px 4px;
	border: solid 1px #ccccff;
	background: #efefff;
	color: #000033;
	font-size:0.8em;
	visibility: hidden;
}

div.subm {
	display: block;
	position: absolute;
	top: 60px;
	left: 230px;
	right:40px;
}

div.more {
	display: block;
	position: absolute;
	top: 55px;
	left: 130px;
}

div.yows {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -388px;
	padding: 0 0 0 10px;
	background: #ffffff;
	line-height: 1.6em;
	font-size:0.8em;
}

div.conf{
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	overflow:auto;
	padding:10px;
	color: #990000;
	border: solid 2px #990000;
	background: #ffffff;
	text-align: center;
	visibility: hidden;
}

div.help{
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -230px;
	width: 480px;
	overflow:auto;
	padding:20px;
	color: #000033;
	border: solid 2px #9999cc;
	background: #ffffff;
	visibility: hidden;
}

div.mang {
	position: absolute;
	top: 10px;
	left: 0;
	width: 720px;
	padding: 60px 10px 40px 10px;
	background: transparent;
}

div.drpt{
	position: relative;
	top: -1em;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	color: #000066;
}

div.drps{
	position: relative;
	top: 1.8px;
	left: 1.8px;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	color: #ccccdd;
}

div.both {
	clear:both;
}

.date{
	font-size: 0.6em;
	padding-bottom: 0.6em;
	color: #770000;
}

.nrm {
	width: 240px;
}

.nar {
	width: 20px;
}

.num {
	width: 40px;
}

.nms {
	width: 60px;
}

.for {
	width: 80px;
}

.mid {
	width: 100px;
}

.sml {
	font-size: 0.8em;
}

.butn{
	line-height:2em;
	background:#cccccc;
	border: solid 1px #aa9955;
}

.yow {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 120px;
	font-weight: normal;
	color: #9999cc;
	text-align: center;
}

.yow a:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}
	
.yow a:visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}
	
.yow a:active {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}

.yow a:hover {
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}