div.main {
	width: 471px;
	height: 263px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: justify;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
div.main table,tr,td{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}
div.menu {
	width: 142px;
	height: 186px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
}
div.submenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

div.main2 {
	width: 471px;
	height: 263px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}.menuTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: White;
}
.menuDesc {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
div.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
}
A{
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px ridge White;
	border-bottom-width: 0;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	line-height: 19px;
	z-index: 100;
	background-color: #111111;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{
	/*hover background color*/
	background-color: black;
	color: #663300;
	background-image: url(images/header-background.jpg);
	text-decoration: none;
}