BODY {
	background-color: #ff4e00;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #eeeeee;
}
UL {
  padding: 0 0 0 13px;
  margin: 0 0 0 0;
}
LI {
  padding-left: 0px;
}
A:LINK, A:VISITED {
	color: #fff400;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.inputNext {
	background-image: url(../images/button_next.gif);
	background-repeat: no-repeat;
}
.inputBack {
	background-image: url(../images/button_back.gif);
	background-repeat: no-repeat;
}
.mainText {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px;
}
.mainTitle {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  background-color: #8f0000;
  border: 1px solid #191919;
  padding: 4px;
  background-image:url(../images/mainTitleBng.jpg)
}
.tblColor01 {
	background-color: #cf3f00;
}
.tblColor02 {
	background-color: #a61717;
}
.tblBorder {
	border: 1px solid #191919;
}
.imageBorder{
	border: 1px solid #fff400;
}
.imageBorderNoLink{
	border: 1px solid #191919;
}
.smallText {
	font-size: 10px;
}
