/* CSS Document */
body {
	background-color:#f4f4f4;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

.bodytext { font-size:12px; font-family:Arial, Helvetica, sans-serif; }

hr {
	background-color: #B4AB7F;
	border: 0;
	clear: both;
	height: 2px;
}

.title { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:20px; color:#06002C }

h3 { font-size:18px; font-family:Arial, Helvetica, sans-serif }

.shipping { font-size:14px }

a { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#003876; text-decoration:underline; }
a:hover { color:#003876; text-decoration:none; }

/*form validation code*/
.error_strings{ font-family:"Times New Roman", Times, serif; font-size:14px; color:#ffffff; background-color:#CE0F42; width:300px;}
.error_strings a { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff !important; text-decoration:none; padding:5px 0px; }
.error_strings a:hover { color:#ffffff !important; text-decoration:none; }