@charset "utf-8";
/* CSS Document */

body {
	background-color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #003366;
}

p, table {
	font-size: 13pt;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
	border-bottom:dotted 1px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
}

a, a.visited, a.active {
	text-decoration: none;
	color: #003366;
}

h2 a:hover {
	text-decoration: underline;
}

.content-box {
	padding-left: 15px;
	padding-right: 15px;
	height: 495px;
	width: 1000px;
	overflow: auto;
}

.content-box-hidden {
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	height: 495px;
	width: 1000px;
	overflow: auto;
}

.bigger {
  font-size: 14pt;
}