@charset "utf-8";
.border {
  border: 1px solid #ddd;
}
.border_bottom {
	border-bottom: 1px solid #ddd;
	height: 40px;
}
.button_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .1em;
}
.button_font:hover {
	color: #015C7A;
}
.candidate_corner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #005473;
	font-weight: bold;
}
.footer_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: .1em;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	letter-spacing: .2em;
	font-weight: normal;
	line-height: 16px;
}
.date:hover {
	color: #E3580D;
	}
.border_bottom_dotted {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}
.normal_font {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .1em;
}
.border_left {
	height: 32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	width: 10px;
}
