form {
	padding: 0;
	margin: 0;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 150px;
	margin-left: 10px;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.product-name {
	padding-top: 3px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #000;
	text-align: center;
}

.error-display {
    background-color: #FFCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
}

.error-message {
	padding: 2px;
	background-color: #ffefef;
	color: #933;
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #933;
}

.outer-border-table {
	border: 1px solid #333;
}

.reqd-label {
	color: red;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.style1 {	color: #666666;
	font-style: italic;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.Red_Header {
	font-family: Arial, Helvetica, sans-serif;
	color: #a30707;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
}
