/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.logOut a{
	display: block;
	width: 64px;
	height: 25px;
	background-image:url(../assets/logOut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	float: left;
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 391px;
	top: 245px;
	z-index: 2000;
	cursor: hand;
}

.logOut a:hover {
	color: #B6DEEF;
}

.search a{
	display: block;
	width: 64px;
	height: 25px;
	background-image:url(../assets/logOut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	float: left;
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 325px;
	top: 245px;
	z-index: 2000;
	cursor: hand;
}

.search a:hover {
	color: #B6DEEF;
}