@CHARSET "UTF-8";

.header a,img {
	border: none;
	border-color: white;
	background: none;
	padding: 0;
}

.header {
	height: 90px;
	margin-top: 15px;
}

.logoimage {
	width: 350px;
}

.headerLeft {
	float: left;
}

.headerRight {
	width: 468px;
	float: right;
	height: 60px;
	margin-right: 33px;
	margin-top: 10px;
}

.loginLogout a {
	color: black;
}

.loginLogout {
	float: right;
}

