@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFDD;
	margin: 20;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #274F76;
	width: auto;
	font-size: 22pt;
}
h2 {
	color: #274F76;
	font-family: Georgia, "Times New Roman", Times, serif;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #274f76;
	background-color: #FFFFFF;
}

h3 {
	font-weight: bold;
	color: #274F76;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


img {
	border: 1px solid #000000;
}
.small {
	font-size: small;
}
.bold {
	font-weight: bold;
}
h6 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.noimgbord {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
