body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.bg {
	background-image: url(../img/bg_blue.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.img_l{
float: left;
border: none;
margin-right:10px;
margin-bottom:10px;
}

.xhide {
	overflow-x:hidden; 
}

.b {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #FF9900;
}

a:visited {
	text-decoration: none;
	color : #FF9900;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
}