body {
	margin: 0px;
	background-image:url(../images/bgtile.jpg);
}

.border01 {
	border-top: 0px solid #BF780A;
	border-right: 1px solid #BF780A;
	border-bottom: 0px solid #BF780A;
	border-left: 1px solid #BF780A;
}

.border02 {
	border-top: 0px dashed #BF780A;
	border-right: 0px dashed #BF780A;
	border-bottom: 0px dashed #BF780A;
	border-left: 1px dashed #BF780A;
	margin-top: 10px;
	margin-bottom: 10px;
}

.td1{
	background-image:url(../images/toptile.jpg);
}
.td2{
	background-image:url(../images/seperator1.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

.td3{
	background-image:url(../images/seperator2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.td4{
	background-image:url(../images/seperator2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.txt01 {
	font-family: Verdana;
	font-size: 10px;
	color: #898989;
	line-height: 20px;
	text-align:justify;
	text-decoration:none;
}

.txt01bold {
	font-family: Verdana;
	font-size: 10px;
	color: #898989;
	font-weight: bold;
	line-height: 20px;
	text-align:justify;
	text-decoration:none;
}

.txt02{
	font-family: Verdana;
	font-size: 10px;
	color: #BF780A;
	line-height: 20px;
	text-decoration:none;
}

.txt02bold{
	font-family: Verdana;
	font-size: 10px;
	color: #BF780A;
	font-weight: bold;
	line-height: 20px;
	text-decoration:none;
}

.txt03{
	font-family: Verdana;
	font-size: 10px;
	color: #898989;
	text-decoration:none;
}

.txt03bold{
	font-family: Verdana;
	font-size: 10px;
	color: #898989;
	font-weight: bold;
	text-decoration:none;
}

.txt04{
	font-family: Verdana;
	font-size: 10px;
	color: #E19725;
	text-decoration:none;
}

.txt04bold{
	font-family: Verdana;
	font-size: 10px;
	color: #E19725;
	font-weight: bold;
	text-decoration:none;
}

.txt05{
	font-family: Verdana;
	font-size: 10px;
	color: #D54814;
	line-height: 20px;
	text-decoration:none;
}

.txt05bold{
	font-family: Verdana;
	font-size: 10px;
	color: #D54814;
	font-weight: bold;
	text-decoration:none;
}

.link01 {

	color: #E19725;
	text-decoration:none;
}

.link02 {

	color: #BF780A;
	font-weight:bold;
	text-decoration:none;
}

.link03 {

	color: #E19725;
	font-weight:bold;
	text-decoration:none;
}
.link04 {

	color: #BF780A;
	text-decoration:none;
}

.list1{
	list-style-image:url(../images/bullet1.gif);
}

.img1{
	float:right;
}

.img2{
	float:left;
}

.padding01 {

	padding:10px 8px 10px 8px;
}
.padding02 {

	padding:10px 25px 10px 8px;
}

.margin01 {
	margin: 0px 25px 0px 8px;
}

.margin02 {
	margin: 0px 25px 0px 0px;
}

.textfield01{
	width:100px; height:13px;
	border:1px solid #BF780A;
	background-color:#F8E5C8;
	margin-top:5px;
	font-family: Verdana;
	font-size: 10px;
	color: #BF780A;



