/* CSS Document */
body {
	background-color: #C9D5E0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
}
p {
	line-height: 150%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:xx-large;
	font-weight:normal;
	color:#FFFFFF;
	padding-top: 10px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:x-large;
	font-weight:normal;
	color:#000000;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:medium;
	font-weight:normal;
	color:#000000;
}
a:link {
	color: #006699;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #006699;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #FF0000;
	font-weight:bold;
	text-decoration:underline;
}
.x-small {
	font-size:x-small;
}
ul {
	line-height: 150%;
}
.tableBorder {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
.footerLinks {
	font-size: x-small;
	color: #B1DAE9;
}
.footerLinks a:link 	{ color: #B1DAE9; text-decoration:none; font-weight: normal; }
.footerLinks a:visited 	{ color: #B1DAE9; text-decoration:none; font-weight: normal; }
.footerLinks a:hover 	{ color: #FFFFFF; text-decoration:underline; font-weight: normal; }
.footerLinks a:active 	{ color: #FFFFFF; text-decoration:underline; font-weight: normal; }

.linkBorder {
	border: 1px solid #000000;
}