@CHARSET "UTF8";

body {
	margin: 0;
	padding: 0;
	font: 13px/18px helvetica,arial,sans-serif;
	color: #333;
	background: #EFF1F9;
}
a {
	color: #164aac;
	text-decoration: none;
}
h1 {
	margin: 0 0 10px 0;
	font: bold 16px helvetica,arial,sans-serif;
	color: #000;
}
p {
	font-weight: bold;
	color: #164aac;
	margin: 0 0 20px 0;
}
form {
	margin: 0;
	padding: 0;
}
form ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
label {
	display: block;
	margin: 0 0 3px 0;
}
input {
	margin: 0 0 6px 0;
	padding: 2px 4px;
	width: 137px;
	height: 16px;
	font: 12px helvetica,arial,sans-serif;
	color: #333;
	border-top: 1px solid #8D8C92;
	border-right: 1px solid #CCCFD4;
	border-bottom: 0;
	border-left: 1px solid #CECFD4;
}
input.checkbox {
	margin: 2px 0 0 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
}
a.button {
  display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 24px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background: url(/ndp_images/button-blue-on-lightblue-left.png) left top no-repeat;
	border: 0;
	cursor: pointer;
}
a.button span {
	display: block;
	margin: 0;
	padding: 2px 12px;
	height: 20px;
	color: #fff;
	background: url(/ndp_images/button-blue-on-lightblue-right.png) right top no-repeat;
	white-space: nowrap;
}
a.button:hover {
	background-position: left -24px;
}
a.button:hover span {
	background-position: right -24px;
}
a.go {
	width: 44px;
}
#content {
	padding: 10px 10px 0;
	width: 182px;
}
.link {
	padding-top: 2px;
}
.link input {
	float: right;
	margin: 4px 0 0 4px;
	cursor: pointer;
}
.link label {
	float: left;
	color: #164aac;
	cursor: pointer;
}
/* clearFix */
.cF:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cF {
	display: inline-block;
}
html[xmlns] .cF {
	display: block;
}
* html .cF {
	height: 1%;
}
.fL {
/* floatLeft */
	float: left;
}
.fR {
/* floatRight */
	float: right;
}
.cT {
/* centerText */
	text-align: center;
}
.rT {
/* rightText */
	text-align: right;
}
.bT {
/* boldText */
	font-weight: bold;
}