html {
	background-image:url(../img/bg_base.jpg);
	background-position:bottom;
	background-attachment:scroll;
	background-repeat:repeat-x;
	/*height:100%;*/
	margin:0px;
	top:0px;
	background-color: #FFF;
}
body {
	/*height:100%;*/
	margin:0px;
	background-image:url(../img/bg_top.jpg);
	background-attachment:scroll;
	background-position:990px 0px;
	background-repeat:no-repeat;
	/*background-repeat:repeat-x;*/
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
    text-shadow: #000000 0px 0px 0px;
}
ul {
    list-style: none;
    list-style-type: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}
h4,h5{
	margin:0px;
	z-index:1;
	position:relative;
}
h4{
	margin-top:20px;
}
h5{
	margin-top:10px;
}
/*h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	margin:0px;
	margin-bottom:15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 11px;
	font-weight:normal;
}
h6 {
	font-size: 12px;
}*/
form{
	margin:0px;
	padding:0px;
    outline:none;
}
label, button {
    cursor: pointer;
}
input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	letter-spacing:-1px;
}
:focus {
    outline:none;
}
img{
	border:0px;
}
p{
	margin:0px;
	margin-bottom:10px;
}
.blank{
	display:none;
	position:absolute;
	width:1px;
	height:1px;
}
.hand{
	cursor:pointer;
}
.bold{
	font-weight:bold;
}