html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #003366;
	background-color: #ffffff;
}

.text {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #2B3857;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-decoration:underline;
}

.content {
	font-family: Arial, sans-serif, helvetica;
	color: #003366;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.content:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

a.content:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

a.content:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #0099CC;
	text-decoration:underline;
}

.apricot {
	color: #E7D695;
	font-size: 14px;
	font-weight: normal;
}

a.apricot:link {
	font-size: 14px;
	font-weight: normal;
	color: #E7D695;
	text-decoration: none;
}

a.apricot:hover {
	font-size: 14px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}

h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-align: center;
}

.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
}

a.smallest:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

a.smallest:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

a.smallest:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #006699;
	text-decoration:underline;
}

