/* newsite style sheet */

/* heading */
.heading {
font-family: Verdana, sans-serif;
font-size: 26px;
font-weight: normal;
color: #4F6A75;
margin: 0;
padding-left: 10px;
padding-top: 5px;
line-height: 120%;
}


/* content text */
td.text {
font-family: "Trebuchet MS", sans-serif;
font-size: 30px;
font-weight: bold;
color: #333;
margin: 0;
padding: 0px;
line-height: 120%;
}
						
td.textside {
font-family: "Trebuchet MS", sans-serif;
font-size: 20px;
font-weight: normal;
color: #333;
margin: 0;
padding: 0px;
line-height: 120%;
}

td.textfooter {
font-family: "Trebuchet MS", sans-serif;
font-size: 16px;
font-weight: normal;
color: #333;
margin: 0;
padding: 0px;
line-height: 120%;
}

td.linkcell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.linkButton {
	border: 1px solid #858585;
	color: #fff;
	background-color: #406774;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 4px 20px 4px 20px;
}
.linkButton:hover {
	background-color: #4E7E8E;
	border: 1px solid #000;
}

.tm10 {
	margin-top: 10px;
}

.tm20 {
	margin-top: 20px;
}

.tm30 {
	margin-top: 30px;
}

.tm60 {
	margin-top: 60px;
}

.tm80 {
	margin-top: 80px;
}

.tm100 {
	margin-top: 100px;
}
