/* Default text displays */
/*line-height: 20px;*/
.txt {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
}

table.faq, table.links {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    /*
    border: solid;
    border-width: 1px;
    border-color: #bfdbdd;
    */
    border: none;
    text-align: center;
    vertical-align: middle;
}

td.faq_img {
    text-align: center;
    vertical-align: middle;
}

td.faq {
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
    background-color: #e2edef;
	color: #666666;
    text-align: left;
    vertical-align: middle;
}

img.faq, img.links {
    border: none;
}

/* Add Form stuff */
form, input, select, order, td.title, td.content {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.title {
  	font-family: "Arial";
	font-size: 12px;
    text-align: center;
    vertical-align: top;
	line-height: 20px;
	color: #666666;
    background-color: #bfdbdd;
}
.content {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
    background-color: #bfdbdd;
}

/* Hide and Display options */
.hide {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
    display: none;
}
.show {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
    display: block;
}

/* Alternating color for data rows */
tr.0 {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
    background-color: #bfdbdd;
}
tr.1 {
  	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
    background-color: #e2edef;
}