A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}
a img { border:0; }

body{
background-color: #590e59;
background-image: url("../images/bg.jpg"); 
background-repeat:no-repeat;
background-position: center top;
}

* {
padding: 0;
margin: 0;
}

.text {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #1a1917;
	text-decoration: none;
	}
	
	.textfooter {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #a29ea2;
	text-decoration: none;
	}

.texttachado {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:line-through;
	}
	
.textred {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
	}
	
.textShipment {
	font-family: "Tahoma";
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #1a1917;
	text-decoration: none;
	}
.textShipmentRed {
	font-family: "Tahoma";
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	}
	
	
.textWhite {
	font-family: "Tahoma";
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

/* Begin Sign Up Form */
.largefield2 {
	padding:4px 0 4px 4px;
	width: 152px; 
	border:solid 1px #000;
	background-color:#f0f0f0;
	color: #000;
	font-size:14px;
}

.choose {
	padding:3px 0 3px 4px;
	width: 158px; 
	border:solid 1px #000;
	background-color:#f0f0f0;
	color: #000;
	font-size:14px;
}
div.form { 
	margin: 0px 0px 0 0;
	
}

.form table {
	font-family: "Tahoma";
	color: #114585;
	font-size: 12px;
	font-weight: normal;
}

.form .textbox {
	width: 180px;
	margin-left:10px;
	padding: 4px 4px 4px 4px;
}
.form .dropdown {
	margin-left: 5px;
}
.cssbutton{
background-color: #ff9800;
border: 2px #0d4287 outset;
padding: 5px 4px;
color: #000000;
text-decoration: none;
font: bold 14px "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
padding: 10px 10px 10px 10px; 
}

.cssbutton:link{
color: #000000;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #ff9800;
color: white;
text-decoration: underline;
padding: 10px 10px 10px 10px;  /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


/* End Sign Up Form */
