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

.javascript {
	display: none;
}

span.blue {
	color: blue;
}

span.bold-blue {
	color: blue;
	font-weight: bold;
}

p.align-right {
	text-align: right;
}

p.align-left {
	text-align: left;
}

p.align-center {
	text-align: center;
}

p.align-justify {
	text-align: justify;
}

#content_pane h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 1ex 0px;
}

#content_pane h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 1ex 0px;
}

#content_pane label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

#content_pane input, select, textarea {
	border: 1px solid #000000;
	width: 300px;
	margin: 1px;
}

#rightside h1 {
	font-size: 14px;
}

.LPform {
	width:145px;
	height:100px;
	border:1px solid #00388b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#LPidentifier {
	display:none;
}

#LPmessage {
	display:inline;
}
