﻿body 
{
	font-family: Verdana, Arial Cyr; 
	font-size: 9pt;
	margin: 0;
}

.hdr
{
	background-color: #eee8aa;
	color: white;
	margin: 20px;
}

.frm
{
	background-color: #eee8aa;
	border-right: #eee8aa thin solid;
	border-top: #eee8aa thin solid;
	border-left: #eee8aa thin solid;
	border-bottom: #eee8aa thin solid;
}

.content
{
	border: solid 1px #c8a855
}

.qst
{
	background-color: #eee8aa;
	font-weight: bold;
}

.qstborder
{
	border-right: #c8a855 thin solid;
	border-top: #c8a855 thin solid;
	border-left: #c8a855 thin solid;
	border-bottom: #c8a855 thin solid;
}
	
.ErrMsg
{
	font-size: smaller;
	color: red;
}
	
INPUT.F
{
	border-right: #c8a855 1px solid;
	border-top: #c8a855 1px solid;
	border-left: #c8a855 1px solid;
	border-bottom: #c8a855 1px solid;
	width: 200px;
}

SELECT.F
{
}

.QC:hover
{
	cursor: hand;
}

h1
{
	font-weight: bold;
	font-size: large;
	color: navy;
	font-family: Papyrus, Arial;
}

h2
{
	font-weight: bold;
	font-size: medium;
	color: navy;
	font-family: Papyrus, Arial;
}

hr
{
	color: #c8a855;
}

A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:visited
{
	text-decoration: none;
}

.remark
{
	margin-left: 50px;
	color: #dcdcdc;
	margin-right: 50px;
}

ul
{
	list-style-type: circle;
}

li
{
	padding-top: 0px;
}
