@charset "utf-8";
body {
	background-color: #f3e4b7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
table {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
}
a{
	color: #ffffff;
	text-decoration: underline;
}
a:hover{
	color: #FFF44E;
	text-decoration: underline;
}
.header {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF44E;
	text-decoration: none;
	letter-spacing: -1px;
}
.bold {
	font-weight: bold;
	color: #FFF44E;
}
.copyright {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: normal;
	color: #a4925e;
}
.copyright a{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: normal;
	color: #a4925e;
	text-decoration: underline;
}
.copyright a:hover{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: normal;
	color: #006a72;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.footer a{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.footer a:hover{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	font-weight: bold;
	color: #fff44e;
	text-decoration: underline;
}
.searchField {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	font-weight: bold;
}
.searchSubmit {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	font-weight: bold;
}
.bgHomeMenuTop {
	background-image: url(images/bgHomeMenuTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

