@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/New/Bkg-True-rust.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AF1F16;
	font-weight: normal;
	line-height: 42px;
	font-style: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 16pt;
	color: #AF1F16;
	line-height: 24pt;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	color: #AF1F16;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	color: #333333;
	letter-spacing: 0px;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

li {
	padding-bottom: 3px;
}

a:link {
	color: #AF1F16;
}
a:visited {
	color: #AF1F16;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #AF1F16;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 500px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/New/bkg-verticalBody.jpg);
} 
.thrColAbsHdr #containerFull {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 680px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/New/bkg-verticalBody.jpg);
}


.SmlSearchText {
	color: #1E214C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
}
.SmlSearchText:link {
	color: #1E214C;
	text-decoration: none;
}
.SmlSearchText:visited {
	color: #1E214C;
	text-decoration: none;
}
.SmlSearchText:hover {
	color: #70180B;
	text-decoration: none;
}
.SmlSearchText:active {
	color: #1E214C;
	text-decoration: none;
}
Label {
	text-transform:none;
	padding-top: 6px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
}
.labeltext {
	text-transform:none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
}


.inputValue {
	width:80%;
}
.inputValueShort {
	width:47%;
}
.inputText {
	width:80%;
	height:180px;
}
.inputButton {}
.textfieldServerError {
	display:block;
	margin:0px;
	color:#CC3333;
	border: 1px solid #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
}


.RedText {
	color: #FF0000;
}

.whiteOut {
	color: #FFFFFF;
	text-decoration: none;
}

.SmallText {
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MediumText {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Padding10left {
	padding-left: 10px;
}

