.bodysize  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	width: 780px;
	height: 540px;
}

.subnav {
	padding-right: 10px;
	width: 160px;
	padding-left: 20px;
	line-height: 30px;
}

.subnavtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	line-height: 30px;
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-decoration: none;
	font-weight: bold;
}
	
a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-decoration: none;
	font-weight: bold;
}

.title {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: auto;
	line-height: 40px;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	margin: auto;
	line-height: 20px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595959;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	margin: auto;
}
