A
{
	color: darkred;
	font-size: 9pt;
	font-family: 'Arial Unicode MS';
}
A:hover
{
	color: darkred;
}
td {
font-family: Verdana;
font-size: 10pt;
}
.form_element {
font-family: Verdana;
font-size: 8pt;
}
.form_data {
font-family: Verdana;
font-size: 8pt;
}
.nav
{
	color: white;
	font-family: Arial;
	background-color: firebrick;
}

.hdr_h
{
	color: black;
	border-bottom: darkred 1px;
	font-size: x-large;
	font-family: 'Eras Light ITC' , 'Eras Bold ITC' , 'Arial Unicode MS';
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
}

.hdr_s
{
	color: dimgray;
	border-bottom: darkred 1px solid;
	font-size: 11pt;
	font-family: 'Arial Unicode MS';
}

.sep_h
{
	border-bottom: dotted;
	
}
.sep_v
{
	border-left: darkred 1px solid;
}

.txt_reg
{
	color: dimgray;
	font-size: 9pt;
	font-family: 'Arial Unicode MS';
}
.input
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	font-size: 9pt;
	color: darkgray;
	font-family: Arial;
}

.btn
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: brown;
}
h5
{
	color: darkred;
	font-family: 'Arial Unicode MS';
}
h2
{
	color: dimgray;
	font-family: 'Arial Unicode MS';
}