h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color:#6d972b;
}
a:hover
{
	text-decoration: underline;
	color:#6d972b;
	/*border-bottom: 2px solid #b0e2ff;*/
}

body
{
  margin: 0px;
  padding: 0px;
  font: normal normal 14px Arial, sans-serif;
  background-color:#6d972b;
  
}
div.hide
{
  display:none;
}

table.global_table
{
background-color:#6d972b;
}

div#close
{
  float:right;
  top:2px;
  right:8px;
  width:73px;
  height:17px;
  background:url(../images/close.gif) top left no-repeat;
  z-index:10;
}
