body {
	background-image: url(img/bk4.jpg);
}

.top-menu {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.ad-title {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.color-red {
	color: #FF0000;
}
.color-grn {
	color: #006600;
}
.color-gry {

	color: #666666;
}
.txt-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
/*	font-weight: bold;*/
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
/*	font-weight: bold;*/
}

.UC {
	text-transform: uppercase;
}
.smallC {
	text-transform: none;
	font-variant: small-caps;
}
.color-w {
	color: #FFFFFF;
}
.border-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00b15a;
}
.border-btm {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00b15a;
}
.border-left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00b15a;
}
.border-right {
	border-right-style: solid;
	border-right-color: #00b15a;
	border-right-width: thin;
}
.page-title {

	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	text-transform: capitalize;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
.page-semititle {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
