/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	color:#333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

span#onetwothree {
	color:#0066FF;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
}
p {
	margin:0;
	padding:0 0 15px 0;
}
h2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
	color:#0066FF;
}

/* Background Images */
.lcTopBG {
	background-attachment: fixed;
	background-image: url(../tmpl_images/lc_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lcBottomBG {
	background-attachment: fixed;
	background-image: url(../tmpl_images/lc_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodyBG {
	background-image: url(../tmpl_images/body_bg.gif);
	background-repeat: repeat;
}
.splashPageBG {
	background-attachment: fixed;
	background-image: url(../_IMAGES/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Form Styles */
form {
	display: inline;
}
table#form {
	color:#666;
}
input.text {
	margin:0;
	padding:3px;
	background:none;
	border:1px solid #0066FF;
}
input#Action {
	margin:0;
	padding:0;
	background:#0066FF;
	border:1px solid #73C4FC;
	font-size:14px;
	color:#FFF;
}
span.small {
	font-size:12px;
	font-style:italic;
}


/* ASPX Form errors */
#tmpl_form_error {
	border: 2px solid #FF0000;
	color: #FF0000;
}
#tmpl_form_error legend {
	font-weight: bold;
	color: #FF0000;
}
#tmpl_form_error ul {
	margin: 0px;
	margin-left: 2.1em;
	padding: 0px;
}
#tmpl_form_error li {
	margin: 5px;
}