
BODY {
	background-color: #ffffff;
	color: #333366;
	/* font-family: 'times new roman'; */
	text-align:left;
}

H1 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize;
	font-size:18px;
}

H2 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize;
	font-size:14px;	
}

H3 {
	color: #6666cc;
	font-family: 'times new roman';
	text-transform: capitalize;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	font-weight: bold;
}

.mexicoHeading {
	font-size: 16px;
}

.redtext {
	color: #DC241F;
}

.bluetext {
	color: #0000CD
}

.textAttn {
	color: navy;
}

.hyperlink-classic {
	color: blue;
	text-decoration: underline;
}

.hyperlink-bold {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

/* We override this class for decorator pages with dark backgrounds... here it is identical to hyperlink-bold: */

.hyperlink-classic2 {
	color: blue;
	text-decoration: underline;
}

#pop-container {
	padding:10px;
	width:620px;
	color:#000000;
}

#pop-header {
	width:100%;
}

#footer {
	font-size: 8px;
}

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}
#billing-address {
	float:left;
	width:50%;
}
#form-row{
	margin:2px 5px 1px 0;
}
.form-label{
	float:left;
	text-align:right;
	width:130px;
	margin:0 5px 0 0;
}
#shipping-address {
	float:left;
	width:50%;
}
#form-errors {
	width: 450px;
	margin: 0 auto 8px auto;
	padding: 5px;
	border: 1px solid gray;
	color: #b22222;
	font-weight: bold;
}
#form-errors li {
	color: #b22222;
}

.textCenter {
	text-align: center;
}

.padSides {
	padding-left: 5px;
	padding-right: 5px;
}
.padLeft {
	padding-left: 10px;
}
.padLeftMore {
	padding-left: 15px;
}
.padLeftLarge {
	padding-left: 30px;
}
.padRight {
	padding-left: 10px;
}
.padRightMore {
	padding-left: 15px;
}
.padRightLarge {
	padding-left: 30px;
}
.padLeftRight {
	padding-left: 10px;
	color:blue;

}
.padLeftRightMore {
	padding-left: 15px;
	padding-right: 15px;
}
.padTop {
	padding-top: 10px;
}
.padTopMore {
	padding-top: 20px;
}
.padBottom {
	padding-bottom: 15px;
}
.padTopBottom {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padTopBottomMore {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padTopBottomEvenMore {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navPad {
	padding-top: 8px;
	padding-bottom: 8px;
}

.backgroundBlue {
	background-color: blue;
	color: white;
}

.backgroundRed {
	background-color: red;
	color: white;
}
.backgroundGray {
	background-color: gray;
}

.clearAccordionFix { 
	height: 1%; 
}

div.form-row {
	margin: 0 0 5px 0;
}

div.form-label {
	float: left;
	width: 100px;
}

div.form-input {
	margin-left: 105px;
}

.form-buttons {
	width: 210px;
}	

div.form-label label {
	font-weight: bold;
	text-align: right;
	display: block;
	line-height: 21px;
}

div.form-input input,
div.form-input select,
div.form-input textarea {
	font-size: 10pt;
}

div.form-clear {
	clear: left;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;		
}
