div.Header1{

	height: 125px;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.TopMenu{

	padding-top: 10px;
}

.TopMenu a{

	margin-left: 0px;
	margin-right: 20px;
	
	font-family: Arial;
	font-size: 11pt;
	color: #ffffff;
	text-decoration: none;
}

.TopMenu a.Selected, .TopMenu a:hover{

	color: #B868FD;
}

div.Header2{

	height: 215px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	border: 0px;
	position:relative;

}

img.Logo{

	margin-top: 12px;
	
}

input.SearchText{

	float: left;
	font-family: Arial;
	font-size: 8pt;
	color: #565455;
	width: 212px;
	height: 18px;
	margin-top: 16px;
	margin-left: 176px;
	text-indent: 5px;
	line-height: 20px;
	background: #000000 url(-images/header/SearchText.jpg) no-repeat left top;
	border: solid 0px #ff0000;
}

input.Button{

	float: left;
	width: 59px;
	height: 20px;
	cursor: pointer;
	margin-top: 16px;
	margin-left: 0px;
	background: url(-images/header/SearchButton.jpg) no-repeat left top;
	border: solid 0px #ff0000;
	
}

div.TopLinks{

	width: 200px;
	margin-top: 51px;
	margin-left: 275px;
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	position: relative;
	border: solid 0px #ff0000;
}

div.TopLinks a{

	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

div.TopLinks a:hover{

	text-decoration: underline;
}