P  {
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: transparent;
	margin: 10px 10px 10px 10px;
}

H1  {
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
	font-style: normal;
	color: #0050a9;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	margin: 10px 10px 0px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

H2  {
	font-size: 14px;
	font-family: "Tahoma";
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

H3  {
	font-size: 11px;
	font-family: "Tahoma";
	font-weight: bold;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	vertical-align: baseline;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}


H4 {
	font-size: 10px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: italic;
	color: black;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	vertical-align: baseline;
}

H5  {
	font-size: 12px;
	font-family:"Tahoma";
	font-weight: bold;
	font-style: normal;
	color: #BF1919;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
}


H6  {
	font-size: 10px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: bold;
	color: black;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}

H7  {
	font-size: 10px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: bold;
	color: Black;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}


A  {
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: normal;
	color: #0050a9;
	text-decoration: none;
	text-align: left;
}

A:Visited  {
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: normal;
	color: #0050a9;
	text-decoration: none;
	text-align: left;
}

A:Active  {
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: normal;
	color: #c03747;
	text-decoration: none;
	text-align: left;
}

A:Hover  {
	font-size: 12px;
	font-family: "Tahoma";
	font-weight: normal;
	font-style: normal;
	color: #c03747;
	text-decoration: none;
	text-align: left;
}

BODY  {
	azimuth: center;
	margin-top: 10px;
	padding-right: 0px;
	margin-bottom: 0px;
	background-color: #082032;
}
ul {
	background-color: transparent;
	font-size: 11px;
	font-family: "Tahoma";
	font-weight: bold;
	font-style: normal;
	color: black;
	border-bottom-width: medium;
	list-style-type: disc;
	
}

div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;

  width: 200px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('form_header.png') no-repeat;

  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #206040;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 200px;
  border: 1px solid black;
  background: url('form.png') no-repeat left bottom;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}
