body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	background-color: #D9E1F4;
}

p {
    font-size: 15px;
    line-height: 20px;
}

#productsTable td p {
    margin: 4px 0;
}

.style2 {
    font-size: 16px;
}

.style3 {
	font-weight: bold;
	font-style: italic;
    font-size: 20px;
}

.style4 {
	font-weight: bold;
	font-size: 18px;
	color: #0066A6;
}

.style5 {
	font-weight: bold;
	font-size: 16px;
    line-height: 26px;
}

.style7 {
	font-weight: bold;
	font-size: 16px;
	color: #0066A6;
}

.style9 {
    font-size: 15px;
    line-height: 18px;
}

.style10 {
	font-weight: bold;
	font-size: 16px;
}

.style12 {
    font-size: 15px;
}

.style74 {
    font-size: 14px; 
    color: #000000; 
    line-height: 15pt; 
    /*font-family: "Times New Roman", Times, serif; */
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
}

.introMessage {
    font-size: 14px; 
    color: #000000; 
    line-height: 18px; 
    /*font-family: "Times New Roman", Times, serif; */
    font-weight: normal; 
    text-align: left;
}

p.required {
    display: block;
    float: right;
    width: 150px;
    text-align: right;
    font-size: 13px;
    color: red;
    margin: 0;
    padding: 0 0 4px 0;
}

span.required {
    font-size: 13px;
    color: red;
}

input.error {
    border: 1px solid red;
}

#questionsTable input.error {
    border: 0;
}

label.error {
    color: red;
    padding-left: 5px;
}

#emailHidden {
    display: none;
}

.odd {
    background-color: #e2e2e2;
}

#message {
    width: 400px;
    height: 100px;
}

.col1 {
    width: 130px;
}

.borderBottom {
    border: 1px solid #e2e2e2;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 15px 0 5px 0;
}

div.message {
    background: transparent url(msg_arrow.gif) no-repeat scroll left center;
    padding-left: 7px;
}

div.error {
    background-color:#F3E6E6;
    border-color: #924949;
    border-style: solid solid solid none;
    border-width: 2px;
    padding: 2px 5px;
}


/* Left Nav
***********************************************************************************************************/
#mainNav a {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 12px;
}

#mainNav a img {
    border: 0;
    display: block;
}

