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

h1 {
	font-size: 22px;
	color: #e6dd7d;
	letter-spacing: 2pt;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #e6dd7d;
	letter-spacing: 1pt;
	line-height: 150%;
}

h3 {
	font-size: 16px;
	color: #77C1F2;
	letter-spacing: 1pt;
	line-height: 150%;
	text-align: center;
}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 150%; font-weight: normal; color: #FFFFFF; text-decoration: none}

.regtext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 150%; font-weight: normal; color: #FFFFFF; text-decoration: none}
.subhead {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; letter-spacing: .8px}
.subhead2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none}

.blue {
	color: #77C1F2;
	font-weight: bold;
}

.yellow {
	color: #e6dd7d;
	font-weight: bold;
}

ul .yellow {
	margin-left: 20px;
	line-height: 150%;
}

ul .yellow li {
	color: #e6dd7d;
}
	


a:link {
	color: #77C1F2;
	font-size: 18px;
	font: "Times New Roman", Times, serif;
}

a:hover {
	color: #e6dd7d;
	font-size: 18px;
	font: "Times New Roman", Times, serif;
}

a:active, a:visited {
	color: #77C1F2;
	font-size: 18px;
	font: "Times New Roman", Times, serif;
}

.small {
	font-size: 10px;
	vertical-align: top;
}

hr {
	color: #FFC;
}

.image-right {
	margin: 0 0 20px 20px;
	border: 1px solid #e6dd7d;
	float: right;
}
