.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-left-style: none;
}
.borderleft {
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	border-top-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3366CC;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #3366CC;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.links {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
