html {
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: small; 
	font-family: Arial, sans-serif; 
	line-height: 1.4em;
	background: #ffffff; 
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
}

body,div,p,td,ul {
	color: #000044;
	line-height: 1.4em;
}

p {
	margin: 0.6em 0 0.6em 0;
}

input,textarea,select{
	font-family: 'Arial', sans-serif;
	font-size: 0.9em;
	color: #332200;
	background: #ddeeff;
}

input.nob{
	border: none;
}

table {
	border-spacing: 2px;
}

table td {
	padding: 2px;
}

h1{
	margin: 6px 0 12px 0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}


h2{
	margin: 0 0 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000044;
}

h3{
	margin: 1.2em 0 1.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #aa0000;
}

h4{
	margin: 0.4em 0 0.4em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #aa0000
}


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

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

a.menu:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
	
a.menu:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
	
a.menu:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a.menu:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

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

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

a.ttip{
	text-decoration: none;
}

a.ttip em {
	display:none;
}

a.ttip:visited em {
	display:none;
}

a.ttip:active em {
	display:none;
}

a.ttip:hover {
border:0;
position:relative;
z-index:500;
text-decoration:underline;
}

a.ttip:hover em {
display:block;
position:absolute;
top:25px; left:40px;
padding:5px;
font-weight:normal;
color:#000;
border:1px solid #666666;
background:#ffffcc;
width:12em;
}

div.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #003399; 
	border-bottom: solid 2px #ffcc00;
}

div.main {
	display: block;
	position: absolute;
	top: 0;
	left: 160px;
	width: 800px;
	height: 100%;
	padding: 70px 10px 100px 10px;
	
}

div.pend {
	height: 100px;
}

div.foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #003399; 
	border-top: solid 2px #ffcc00;
	padding-top: 10px;
}

div.menu {
	display: block;
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	padding: 70px 0 0 8px;
	width: 150px;
	background: #eeeeee;
	background-image: url(img/mtop.gif);
	background-repeat: no-repeat;
	border-right: solid 1px #dddddd; 
}

div.conf{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	overflow: auto;
	padding: 10px;
	border: solid 2px #330000;
	background: #ffffff;
	color: #cc0000;
	text-align: center;
	visibility: hidden;
}

div.broc{
	display: block;
	position: fixed;
	bottom:70px;
	margin-top:10px;
	left: 170px;
	width: 780px;
	background:#eeeeff;
	border:solid 1px #000066;
	padding:10px;
	text-align:center;
}

div.brod{
	display: block;
	position: fixed;
	bottom:60px;
	height:10px;
	left: 170px;
	width: 780px;
	background:#ffffff;
}

div.cont{
	margin-top:10px;
	width:126px;
	background:#ddddee;
	border:solid 1px #000066;
	padding:4px;
	text-align:center;
}

img.cent { 
	padding: 10px; 
	border:0;
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
} 

.date {
	font-size: 6pt;
	color: #990000;
}

.min {
	width: 20px;
}

.nar {
	width: 100px;
}

.nrm {
	width: 300px;
}

.wid {
	width: 400px;
}

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

