h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}
body {
	border: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: underline;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	border: none;
	color: #2d5986;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #2d8659;
	font-weight: bold;
}
p {
	margin-left: 20px;
	margin-right: 15px;
}
.box {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border: thin solid #2d5986;
	font-size: small;
	float: right;
}
.differentlink {
	color: #CCCCCC;
	text-decoration: none;
	cursor: hand;
}
.box2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	color: #2d5986;
	text-align: center;
	border-top: thin none #2d5986;
	border-right: thin none #2d5986;
	border-bottom: thin solid #2d5986;
	border-left: thin none #2d5986;
}
li {
	list-style-type: square;
}
.special {
	font-size: 14px;
	font-weight: bold;
}
