@charset "utf-8";
.h1, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #124797;
	font-weight: bold;
}
.h1underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #124797;
	font-weight: bold;
	text-decoration: underline;
}
.body1, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.body1bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a{
	color:#FF0000;
	text-decoration: none;
}
a:link{
	color:#124797;
	font-style: italic;
}
a:visited{
	color:#124797;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #91B5CF;
	font-style: italic;
}
.whitemedium {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
h3 {
	font-weight: bolder;
	font-size: 14px;
}
li {
	line-height: 1.3em;
}

