﻿body {
	margin-top: 0px;
	font: messagebox;
	margin-left: 0px;
	text-align: center;
	behavior: url(Progs\Client.HTC);
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF0000;
	cursor: hand;
	text-decoration: underline;
}
#PageHead, #PageFoot, #Bannar, #MenuBar, #Contents {
	width: 800px;
	position: static;
}
#PageHead, #PageFoot {
	height: 20px;
	background-color: buttonface;
}
#PageFoot {
	padding : 0.5em;
}
#Bannar {
	height: 85px;
	background-color: #e7effe;
}
#MenuBar {
	padding : 0.25em;
	font: caption;
	cursor: default;
	height: 20px;
	background-color: #f0f0f0;
}
#Contents {
	border: #f0f0f0 thin solid;
	padding-left: 5%;
	padding-right: 5%;
	padding-top : 1em;
	padding-bottom: 1em;
	overflow: auto;
	height: 650px;
	background-color: window;
}
#Content {
	padding : 0.25em;
	background-color: window;
}
#ActBar {
	padding : 0.25em;
	font: caption;
	cursor: default;
	height: 20px;
	background-color: #f0f0f0;
	width: 90%;
}
.mmiCold {
	border-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	font: caption;
	width: 100px;
	height: 20px;
	background-color: #f0f0f0;
	color: menutext;
	cursor: hand;
	padding-top: 0.25em;
}
.mmiHot {
	border-color: highlight;
	border-width: 1px;
	border-style: solid;
	font: caption;
	width: 100px;
	height: 20px;
	cursor: hand;
	background-color: highlight;
	color: highlighttext;
	padding-top: 0.25em;
}
.linkCold {
	color: blue;
	text-decoration: underline;
}
.linkHot {
	color: red;
	cursor: hand;
	text-decoration: underline;
}
input.dataField {
	width: 10em;
	height: 1.75em;
}
table {
	font: caption;
}
caption {
	font-size: 120%;
	color: red;
}
.columnLeft {
	border-right: #ffcc66 thin solid;
	padding-right: 1em;
	font: messagebox;
	vertical-align: top;
}
.columnRight {
	border-left: #ffcc66 thin solid;
	padding-left: 1em;
	font: messagebox;
	vertical-align: top;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
	margin-bottom: 0;
}
p.text {
	text-indent: 2em;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
}
li.text {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0;
}
table.List {
	border-style: ridge;
	border-width: 2;
	border-collapse: separate;
}
th.ListHead {
	border-style: solid;
	border-width: 1;
	background-color: #D4D0C8;
}
td.ListCell {
	border: 1px solid #C0C0C0;
}
