body {
	background-image: url(assets/header_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.hand {
	cursor: pointer;
}

.linkborder {
	cursor: pointer;
	border: 1px solid #376057;
}

.subheader, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #376057;
	font-weight: normal;
}

.contact {
	padding-top: 10px;
	border-top: 3px double #376057;
	border-right: 0px double #376057;
	border-bottom: 0px double #376057;
	border-left: 0px double #376057;
}

.greencell {
	background-color: #376057;
	border: 1px solid #376057;
}
strong {
	font-weight: bold;
	color: #000000;
}
.stronggreen {
	font-weight: bold;
	color: #339933;
}
.remarks {
	font-style: italic;
	color: #376057;
}
.red {
	color: #FF0000;
}
