@charset "utf-8";
html, body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
body {
	background-image: url(/images/main/pillar.gif);
	background-repeat: no-repeat;
}
a {
	color: #006699;
	text-decoration: none;
}
p {
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
}
h1 {
	font-size: 21px;
	line-height: 25px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
}
h5 {
	font-size: 10px;
	line-height: 14px;
}
h1 span
{
	display: none;
}

form {
	margin: 0px;
	padding: 0px;
}
.clearfix {
	overflow: hidden;
	_overflow: visible;
	_overflow-x:hidden;
	_height: 0;
}
.input-text {
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
.input-button {
	text-decoration: none;
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	line-height: 12px;
	font-weight: bold;
	display: block;
}
.input-button .end-cap {
	float: left;
}
.input-button .end-cap-left {
	height: 26px;
	width: 5px;
	background-image: url(/_temp/master-eeeeee.gif);
	background-position: 0px 0px;
}
.input-button .end-cap-right {
	background-image: url(/_temp/master-eeeeee.gif);
	background-position: -595px 0px;
	height: 26px;
	width: 5px;
}
.input-button .content {
	background-image: url(/_temp/master-eeeeee.gif);
	height: 18px;
	background-position: -5px 0px;
	float: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.input_checkbox {
	margin: 0px;
	_margin: -4px;
	*margin: -4px;
}
.input_select {
	margin: 0px;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}
.input_text {
	border: 1px solid #AAAAAA;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
}
.input_hidden {
	*height: 0px;
	*width: 0px;
	display: none;
}
.bold, th, strong {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.hide {
	display: none;
}

// SAFARI 3 RULES
@media screen and (-webkit-min-device-pixel-ratio:0) {
.input-select {
	border: 1px solid #AAAAAA;
}
}
.bumper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	height: 100%;
	overflow: hidden;
}
.note {
	border: 1px solid #AAAAAA;
	background-color: #fdf9e0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.note     .title {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px !important;
}
.note   ul {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.note    ul    li {
	background-image: url(https://prostore.kobellsystems.com/images/general/bullets/square_006699_small.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

