html, body {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

}
iframe {
	margin-top: 30px;
	border: 2px solid #FFF;
}






#btn_home

{

	display: block;

	width: 77px;

	height: 17px;

	background-position: -77px 0px;

	background-image: url(images/btn-home.png);

	background-repeat: no-repeat;

}



#btn_home:hover

{ 

background-position: 0px 0px;

}



#btn_home span

{

  display: none;

}

a#btn_home.selected {

	background-position: 0px 0px;

}



body {

	background-color: #FFFFFF;

	background-image: url(images/bg.gif);

	background-repeat: repeat;

	background-position: 0px 0px;

}

td {

	font-family:  "Trebuchet MS", Tahoma, Arial;

	font-size: 12px;

	color: #636466;

	text-align: left;

	font-weight: bold;

	line-height: 12px;

}
#logo_image {
	position: inherit;
	margin-left: 37px;
	margin-top: 43px;
	float: left;
}

