body {
	padding: 0px;
	margin: 0px;
	background-image: url(img/back_all.jpg);
}
.header {
	background-image: url(img/tile1.jpg);
}
.tileLeft1 {
	background-image: url(img/tile_left1.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tileLeft2 {
	background-image: url(img/tile_left2.jpg);
	background-repeat: repeat-x;
}

.tileRight1 {
	background-image: url(img/tile_right1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.tileRight2 {
	background-image: url(img/tile_right2.jpg);
	background-repeat: repeat-x;
}
.contentBack {
	padding: 2px;
	background-image: url(img/tileV.jpg);
	background-repeat: repeat-y;
}
.footer_tile {
	background-image: url(img/footer_tile.jpg);
	background-repeat: repeat-x;
}
.header_tile {
	background-image: url(img/tile_up.jpg);
	background-repeat: repeat-x;
}
.tileC1 {
	background-image: url(img/tile3.jpg);
	background-repeat: repeat-y;
}
.separator {
	background-image: url(img/separator.jpg);
	background-repeat: repeat-y;
}
.tileTitle1 {
	background-image: url(img/tile_title1.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.tileTitle2 {
	background-image: url(img/tile_title2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tileBottom {
	background-image: url(img/bottom3.jpg);
	background-repeat: repeat-x;
}

.txtTitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #B84500;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 13px;
}
.txtGray {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #373737;
	line-height: 13px;
}
.txtTitle2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 13px;
}
.txtBrown {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #785407;
	line-height: 13px;
}
.txtField1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	width: 150px;
	height: 22px;
	text-indent: 3px;
	padding-top: 2px;
}

.txtTitleItalic {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	line-height: 13px;
}
.txtGrayBullet {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #373737;
	line-height: 13px;
	list-style-image: url(img/bullet.gif);
	list-style-position: inside;
}
.txtField2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	width: 150px;
	height: 80px;
}
