@import "reset.css";
@import "style.css";

body {
	/*width:100%;*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	position: relative;
	font-size:75%;
	font-family:tahoma;
	color:#000;
	padding:0px;
	background: #ffffff url("../img/bg.gif");
	}
html {
  	margin: 0;
  	padding: 0;
  	width: 100%;
	height: 100%;
	}
.clr{clear:both;font-size:0px;line-height:0px;display:block;overflow:hidden;}
a {
	color:#000000;
	}
a:hover {
	text-decoration:none;
	}
/*h1 {	
	font-size:1.92em;
	color:#009bf3;
	font-weight:normal;
	}
h2 {	
	font-size:1.25em;
	color:#009bf3;
	font-weight:normal;
	}*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}