/*	modified.css by Lance Snyder */
@import "modified.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0C249;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 15px;

}
table{
	font-size: 8.5pt;
	line-height: 11pt;
}
a:link {
	color: #0B3720;
	text-decoration: underline;
}
a:visited {
	color: #0B3720;
	text-decoration: underline;
}
a:hover {
	color: #177343;
	text-decoration: underline;
}
a:active {
	color: #0B3720;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
	font-size: 7.5pt;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-size: 7.5pt;
}
a.nav:hover {
	color: #177343;
	text-decoration: none;
	font-size: 7.5pt;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
	font-size: 7.5pt;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8.5pt;
}
.message{
	color: #990000;
	font-size: 8.5pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.xxsmfont{
	font-size: 6pt;
}
.xsmfont{
	font-size: 7.5pt;
}
.smfont{
	font-size: 8pt;
}
.smtitle{
	font-size: 9pt;
	font-weight: bold;
}
.smtitle-green{
	font-size: 9pt;
	font-weight: bold;
	color: #0B3720;
}
.content-area{
	padding: 15px;
	border: 1px solid #177343;
}
.footer{
	background-color: #D7F4E0;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #333333;
	text-align: center;
	padding: 5px;
	font-size: 8pt;
}
.bg-goldfade{
	background-image: url(/images/hp-gold-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2E3B0;

}
.bg-greenfade{
	background-image: url(/images/hp-green-bg.jpg);
	background-repeat: repeat-x;
	background-color: #6CE1A4;

}
.bg-bkgreen {
	background-color: #0B3720;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-gold {
	background-color: #C8A722;
}
.bg-green {
	background-color: #177343;
}
.bg-ltgray {
	background-color: #EFEFEF;
}
.ltgray-bx {
	background-color: #EFEFEF;
	padding: 5px;
}
.xltgray-bx {
	background-color: #F8F8F8;
	padding: 5px;
}
.tb3{
	padding-top: 3px;
	padding-bottom: 3px;
}
.b3{
	padding-bottom: 3px;
}
.tb5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.lr30{
	padding-left: 30px;
	padding-right: 30px;
}
.lr5{
	padding-left: 5px;
	padding-right: 5px;
}
.b5{
	padding-bottom: 5px;
}
.all5{
	padding: 5px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
li {
	padding-top: 5px;
}

/* */

div.message {
	padding: 10px;
	margin: 10px 100px;
	background-color: #ffffcc;
	border: solid 1px #ffcc33; }

div.error {
	padding: 10px;
	margin: 10px 100px;
	background-color: #ffebe8;
	border: solid 1px #dd3c10; }

div.preview {

	padding: 10px;
	margin: 10px;
	background-color: #ffffff;
	border: solid 1px #000000; }
