.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
table {
	border: 1px none;


}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.redLinks {
	color: #993333;
	text-decoration: none;
}
.whiteTXT {
	color: #FFFFFF;
	text-decoration: none;
}
.tableborder {
	border: 1px dotted #000000;
}
.tableborder-noTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
}
.TB-black-solid {
	border: 1px solid #000000;
}
.dashed-underline {
	text-decoration: underline;
	border: dashed;
}
.redButton {
	border: 1px solid #993333;
}

.formatOne {
	padding:10px 20px 10px 20px;
	background-color:#FFFFFF;
}
