html, body, form
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
}
img { border:0px; font-size:11px; color:#1876BD; }
table  { 	border-collapse:collapse;  }
table tr td { vertical-align:top; padding:0px; font:1px; }

.global_title
{
  height:31px;
  background:url("images/bg.jpg") left top repeat-x;
  margin-top:14px;
  margin-left:0px;
  width:100%;
}

.global_title td.title
{
  vertical-align:middle;
  font:14px Tahoma;
  color:#5e5f65;
  font-weight:bold;
}

.main_text
{
	font:12px Tahoma;
        color:#5e5f65;
}

.main_text p { margin-top: 12px; }
.main_text a { font:12px Tahoma; font-weight:bold; color:#1876BD; text-decoration:underline; }
.main_text a:hover { text-decoration:none; }

