/* CSS Document */

body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px; 
	padding: 0px;
	border: 0px;
	/* position:absolute; */
	top:0;
	left:0;
}
.buttonSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #68210F;
	color: #FFFFFF;
	font-weight: bold;
}
.buttonSubmitMP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFBB56;
	font-style: normal;
}

/* Multiple Path MBody Headings */
.mainheadingMP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	/*text-transform: uppercase; */
}
.navheadingMP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
}
.bodytextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FEA115;
}
.bodytextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #444444;
}
.bodytextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.bodytextBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.bodytextBoldGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}

/* Body Links */
a.bodylinks:link    {
	color:#0000FF;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
a.bodylinks:visited {
    color:#0000FF;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
a.bodylinks:active  {
	color:#0000FF;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
a.bodylinks:hover   {
	color:#BEAE8C;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.uploadsubtext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

/* Price Sheet CSS Format */

.columnHeaders {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.rowHeaders {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #868686;
}

/* Navigation Links */
a.navlinks:link    {
	color:#FFFFFF;
	/* background-color:transparent; */
	font-family: Courier, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
a.navlinks:visited {
    color:#FFFFFF;
	/* background-color:transparent; */
	font-family: Courier, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
a.navlinks:active  {
	color:#FFFFFF;
	/* background-color:transparent; */
	font-family: Courier, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
a.navlinks:hover   {
	color:#000000;
	/* background-color:transparent; */
	font-family: Courier, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	/* text-decoration: underline; */
	text-decoration: none;
}

/* Footer Links */

a.footerlinks:link    {
	color:#555555;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.footerlinks:visited {
    color:#555555;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.footerlinks:active  {
	color:#555555;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.footerlinks:hover   {
	color:#0100B3;
	/* background-color:transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/* formval.css */

.info   { color: black; font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, sans-serif;}
.warn   { color: red; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.error  { color: red; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif;}