html {
	font-size:100.01%;
	height: 100%;
}

body {
  background-color:#000000;
  margin: 0;
  min-width: 1024px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 14px;
  line-height:16px;
  color: #ffffff;
  height: 100%;
}

/* text styles */

.copyright {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
}
/* end text styles */

img { border:none; }
a { text-decoration:none;color:#AC4209;}

a:focus { outline:none; }
a:link { color: #d9bf8f; }
a:visited {	color: #d9bf8f; }
a:hover { color: #d2e2f0; text-decoration:underline; }
a:active { color: #d2e2f0; }


/* form style 

input.field {
	background:#907650;
	color:#e1c897;
	border: 1px solid; 
	border-color: #000;
}

input.btn { 
	  color:#2b1405; 
	  font: 84%;
	  font-weight:bold;
	  background-color:#ccc8ad; 
	  border: 1px solid; 
	  border-color: #000;	   
}

input.btn:hover { 
	  color:#d4e3f1; 
	  font: 84%;
	  font-weight:bold;
	  background:url(../images/menu/sub_menu-1_bar.jpg);
	  background-position:center;
	  border: 1px solid; 
	  border-color: #000;	   
}

*/