
/* Title: Information */
DIV.serviceFeatured {
    color: black;
}
/*      */
DIV.line1r {
    background-color: white;
}


TD.servicesColumn {
    vertical-align: top;
    border: 2px none green;
    width: 159px;
}
/* image needs to be in the same directory as the style sheet */
DIV.serviceArea,
DIV.serviceAreaNoCactus  {
    width: 159px;
    vertical-align: top;
    border: 1px solid black;
    text-align: left;
    background-repeat: no-repeat;
    background-position: top;
}

DIV.bottomLine {
    height: 22px;
    color: black;
}

A.mainHelp
 {
    display: none;
}




DIV.line1 {
    background-color: white;
}

DIV.line2 {
    background-color: white;
}

/* image needs to be in the same directory as the style sheet */
/*
    background-color: rgb(249,198,170); -- too intense & orangy
    background-color: rgb(244,219,170); -- too brown
    background-color: rgb(255,211,170); -- too intense & orange
    background-color: rgb(255,216,127); -- too intense (right color)
    background-color: rgb(255,236,147); -- lighter, but too yellow
    background-color: rgb(255,246,157); -- lighter, but too yellow
*/
DIV.mainArea {
}

/* print the IBM logo in-line   */
DIV.IBM {
	top: 0px; 
	float: left;
	
}


body { 
    color: black;
    background-color: white;
}
A.serviceMenu {
    color: black;
}
H1.serviceTitle {
    margin: 10px 0px 5px 8px;
    font: bold 1.1em arial, helvetica, sans-serif;
}
DIV.bottomLine {
    height: 22px;
    color: black;
    margin-top: 0px;
    text-align: center;
    padding: 3px 0px 0px 0px;
}


.noprint,
#sazIframeDiv
 {
	display: none;
}


/* Links in the Need Assistance, info and privacy FAQ pages */
A.questionLink {
}
DIV.question {
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
}
DIV.answer {
	color: black;
	margin: 8px 10px 5px 20px;
}

DIV.questionHeader {
 color: #990033;
 font-weight: bold;
 font-size: 18px;
}
A.questionTop {
 font-size: 13px;
 color: blue;
}

