@charset "utf-8";
a:link {
	font-family: "Microsoft Sans Serif", "Franklin Gothic Book";
	font-size: 90%;
	font-weight: 600;
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #640064;
	text-decoration: none;
	font-weight: 600;
	font-family: "Microsoft Sans Serif", "Franklin Gothic Book";
	font-size: 90%;
}
a:hover {
	text-decoration: underline;
	font-family: "Microsoft Sans Serif", "Franklin Gothic Book";
	font-size: 90%;
	font-weight: 600;
}
a:active {
	font-weight: 600;
	text-decoration: none;
	color: #FF0000;
	font-family: "Microsoft Sans Serif", "Franklin Gothic Book";
	font-size: 90%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #990000;
	margin: 15px;
}

h3 {
	color: #E68A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: oblique;
}
h4 {
	font-family: Tahoma, Arial;
	font-size: small;
	font-weight: bold;
	color: #225A84;
	text-decoration: underline;
}
pre {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}

.margins {
	margin-right: 7px;
	margin-left: 7px;
}


.small_paragraph {
	font-family: Tahoma, Arial;
	text-align: center;
	color: #000033;
	font-size: 81%;
	background-color: #D9E3EC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.image_border {
	border: 2px solid #000066;
}
.float_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #000066;
}
.float_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: thin solid #000066;
}
.table {
	text-align: center;
	width: 492px;
	font-size: 85%;
}
.position_header_buttons {
	margin-right: 0px;
	float: right;
	margin-top: 30px;
	margin-left: 5px;
}

