a:link {
	color: #583D1C;
	text-decoration: none;
}

a:visited {
	color: #583D1C;
	text-decoration: none;
}

a:hover {
	color: #F286AA;
	text-decoration: none;
}

body {
	background-color: #5A3D1C;
	margin-top: 10px;
}
.tollfree {
	font-family: Tahoma;
	font-weight: bold;
	color: #F286AA;
	text-align: right;
	margin: 1px;
}

.site {
	background-color: #FFFFFF;
}

.navmenu {
	font-family: Tahoma;
	vertical-align: top;
	color: #583D1C;
	font-size: 12px;
	text-align: left;
}

.display {
	font-family: Tahoma;
	vertical-align: top;
	color: #583D1C;
	text-align: left;
	font-size: 12px;
}

.main {
	border-width: 10px;
	border-style: solid;
	border-color: #7ECFD3;
	-moz-border-radius: 12px;
}

.header {
	background-image: url(../images/pinkstripes.gif);
}

.footer {
	font-family: Tahoma;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
}

.footerweb {
	font-family:Tahoma;
	color: #A6C142;
	text-align: left;
	font-size: 9px;
}

.footerweb a:link {
	color: #A6C142;
}

.footerweb a:visited {
	color: #A6C142;
}

.footerweb a:active {
	color: #A6C142;
}

.footerweb a:hover {
	color: #F286AA;
}

#centerSubmit {
	width: 100%;
	margin: 0 auto;
}

/* BEGIN CSS IMAGE POPUP */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF7C7;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* END CSS IMAGE POPUP */

label {
	float: left;
	width: 25%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 78px;
	width: 468px;
}

.tagnotes {
	font-size: -1;
	color: #DB6485;
}

.carrier {
	margin-left: 30%;
	margin-right: 30%;
}

.carrier1 {
	margin-left: 10%;
	margin-right: 10%;
}

.pinkdiv {
	background-color: #FCE3EE;
}

.bold {
	font-weight:bold;
}

.redtext {
	color: #FF0000;
}

/*whlse table
table.whlse {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.whlse th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.whlse td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
*/

.whlsehead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 12px;
}

.whlsecats {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.whlsectr {
	text-align: center;
}

table.whlse tr.lines td { 
border-bottom-style: solid;
border-bottom-color:#000000;
}
