
* { 
	font-size: 14px;
	font-family: monospace;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html
{
	margin: 0; 
	padding: 0; 
}

hr {
	margin: 30px 0px;
}

input, 
textarea, 
select {
	padding: 3px;
}

ul,
ol {
	padding-left: 10px;
	margin-left: 15px;
}
ul li,
ol li {
	line-height: 125%;
}


.inp025 { width:  25px; }
.inp050 { width:  50px; }
.inp100 { width: 100px; }
.inp150 { width: 150px; }
.inp200 { width: 200px; }
.inp300 { width: 300px; }
.inp400 { width: 400px; }
.inp500 { width: 500px; }
.inp600 { width: 600px; }

.textarea400_200 { width: 400px; height: 200px; line-height: 135%; }
.textarea400_100 { width: 400px; height: 100px; line-height: 135%; }
.textarea500_200 { width: 500px; height: 200px; line-height: 135%; }
.textarea500_100 { width: 500px; height: 100px; line-height: 135%; }
.textarea500_050 { width: 500px; height:  50px; line-height: 135%; }
.textarea600_050 { width: 600px; height:  50px; line-height: 135%; }
.textarea600_100 { width: 600px; height: 100px; line-height: 135%; }

body {
	position: relative;
	background: #FFFFFF;
	min-width: 1000px;
	padding: 0 15px;
	text-align: center;
}

.hidde 	{ color: #FFFFFF; }

.attnn 		{ color: #880000; font-size: 100%; }
.attnn a	{ color: #000000; font-size: 100%; text-decoration: underline; }
.attnb 		{ color: #880000; font-size: 100%; font-weight: bold; }
.attnb a	{ color: #000000; font-size: 100%; text-decoration: underline; }
.attsn 		{ color: #880000; font-size:  85%; }
.attsn a	{ color: #000000; font-size: 100%; text-decoration: underline; }
.attsb 		{ color: #880000; font-size:  85%; font-weight: bold; }
.attsb a	{ color: #000000; font-size: 100%; text-decoration: underline; }

.optnn 		{ color: #777777; font-size: 100%; }
.optnn a	{ color: #444444; font-size: 100%; text-decoration: underline; }
.optnb 		{ color: #777777; font-size: 100%; font-weight: bold; }
.optnb a	{ color: #444444; font-size: 100%; text-decoration: underline; }
.optsn 		{ color: #777777; font-size:  85%; }
.optsn a	{ color: #444444; font-size: 100%; text-decoration: underline; }
.optsb 		{ color: #777777; font-size:  85%; font-weight: bold; }
.optsb a	{ color: #444444; font-size: 100%; text-decoration: underline; }

.omit 	{ color: #EEEEEE; }
.omit a	{ color: #888888; text-decoration: underline; }

#floatHead,
#floatHead a
{ 
	font-family: Arial;
	font-size: 12px;
}

#floatHead {
	position: fixed;
	top:  0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 100%;
	height: 52px;
	background: rgba(146, 31, 35, 0.95);
	color: #FFFFFF;
}

h1 {
	border-bottom: 1px solid #7A6A55;
	font-size: 120%;
	background: rgba(30, 36, 50, 1.00);
	color: #FFFFFF;
	padding: 8px 0px 5px 20px;
}

#floatHead a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#floatHead a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#floatHead dt { 
	float: left;
	padding: 5px 0 0 20px;
}

#floatHead dt.inbr {
	clear: left;
}

#floatHead dd { 
	float: right;
	padding: 5px 20px 0 0;
}

#cont {
	margin: 80px auto 0px auto;
	font-family: monospace;
}

#index {
	margin: 0px auto;
	text-align: left;
}

#top {
	padding: 0 20px;
}

#foot {
	clear: both;
	margin:  20px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #888888;
	font-size: 12px;
}

#foot a {
	color: #000000;
	text-decoration: none;
}


#foot a:hover {
	color: #000000;
	text-decoration: underline;
}

#loginform { 
	text-align: cnter;
}

#loginform table {
	margin: 20px auto;
	background: #AAAAAA;
}

#loginform table th {
	padding: 5px;
	background: rgba(249, 246, 241, 1.00);
}

#loginform table td {
	padding: 5px;
	background: #FFFFFF;
}

.ftbl {
	background: #888888;
	border-spacing: 1px;
}

.ftbl th,
.ftbl td {
	padding: 7px 10px;
	white-space: nowrap;
}

.ftbl th {
	background: rgba(249, 246, 241, 1.00);
}

.ftbl td {
	background: #FFFFFF;
}


.ltbl {
	background: #888888;
	border-spacing: 1px;
}

.ltbl th,
.ltbl td {
	padding: 7px 10px;
	text-align: center;
	white-space: nowrap;
}

.ltbl th {
	background: rgba(249, 246, 241, 1.00);
}

.ltbl td {
	background: #FFFFFF;
}

/* ********************************************************* */

.chkimg {
	display: block;
	width: 100px;
	height: auto;
	margin: 0px 10px 10px 10px;
}

.chkimgs img {
	width: 100px;
	height: auto;
	margin: 0px 10px 10px 10px;
}
