@charset "utf-8";
.header {
	background-color: #dcde71;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.navbar {
	background-color: #dcde71;
	text-align: right;
}
.navbar a:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Century Gothic";
}
.navbar a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Century Gothic";
}
.navbar a:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Century Gothic";
}

.tbl-main {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #999999;
}

.thumb-cell {
	padding: 2px;
	text-align: center;

}
