/* Base elements */
BODY {
	background:#FFFFFF;
	margin:5px 0px 0px 0px;
	padding:0pux;
}

.hdrBackground {
	background-image: url("/lps/images/header_background.jpg");
	background-repeat: no-repeat;
}

.contentBackground {
	background-image: url("/lps/images/content_background.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

TR.normalRow {
	background-color: #FFFFFF;
}

TR.alternateRow {
	background-color: #F0F9E3;
}

TR.MouseOverRow {
	background-color: #DCE3AF;
}

H1, P.txtNormal {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}

.txtBig {
	color:#666666;
	font-family: Arial,sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration : none;
}

.txtRed {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.txtSelected {
	font-weight: bold;
	color: #7E8B7A;
}

.txtMenu {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkMenu:link, .lnkMenu:visited {
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.lnkMenu:hover {
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.txtNormal {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.lnkNormal:link, .lnkNormal:visited {
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#B46F23;
	text-decoration:underline;
}

.lnkNormal:hover {
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#AEB8A3;
	text-decoration:underline;
}

.txtFooter {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #576C1F;
}

.lnkFooter:link, .lnkFooter:visited, .lnkFooter:active {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #576C1F;
	text-decoration: none;
}
.lnkFooter:hover {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #576C1F;
	text-decoration: underline;
}

OPTION {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
