@charset "utf-8";
.bkgd_home {
	background-attachment: scroll;
	background-image: url(bkgd_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bkgd_inside {
	background-attachment: scroll;
	background-image: url(bkgd_inside.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bkgd_candidate {
	background-attachment: scroll;
	background-image: url(bkgd_candidate.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.bodytxt {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
	text-decoration: none;
}
.footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
