/* CSS Document */

body {
	background: white;
	margin: 0;
}

.transparent {
	width: 100%;
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3; /* for future compatibility */
}

.none-transparent {
	width: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; /* for future compatibility */
}

.td-head {
	background-image: url(../images/frontpage/bg_head.jpg);
	background-repeat: repeat-x;
}

.ff-top-left {
	background-image: url(../images/frontpage/ff_left_fg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.ff-top-right {
	background-image: url(../images/frontpage/ff_right_fg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.register-left-brown-bg {
	background-image: url(../images/register/bg_zzz_brown.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.register-left-yellow-bg {
	background-image: url(../images/register/bg_zzz_yellow.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.frontpage-uhead-left-bg {
	background-image: url(../images/frontpage/uh_left_bg.jpg);
	background-repeat: repeat-x;
}

.frontpage-uhead-right-bg {
	background-image: url(../images/frontpage/uh_right_bg.jpg);
	background-repeat: repeat-x;
}

.clean-uhead-left-bg {
	background-image: url(../images/register/uh_left_bg.jpg);
	background-repeat: repeat-x;
}

.clean-uhead-right-bg {
	background-image: url(../images/register/uh_right_bg.jpg);
	background-repeat: repeat-x;
}

.city-bg {
	background-image: url(../images/frontpage/city.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.tree-bg {
	background-image: url(../images/frontpage/tree.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.bottom-right-bg {
	background-image: url(../images/frontpage/bottom_right_bg.jpg);
	background-repeat: repeat-x;
}

.bottom-bg {
	background-image: url(../images/frontpage/bottom_bg.jpg);
	background-repeat: repeat-x;
}

.bg-yellow {
	background-color: #FFBD00;
}

.bg-brown {
	background-color: #BF7002;
}


.content-1 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
}

.content-17 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 9px;
}

.content-2 {
	font-family: "Times New Roman, Times, serif";
	font-size: 14px;
}

.content-3 {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 11px;
}

.content-4 {
	font-family: "Times New Roman, Times, serif";
	font-size: 11px;
}

.content-5 {
	font-family: "Arial";
	font-size: 13px;
}

.content-6 {
	font-family: "Arial";
	font-size: 19px;
}

.content-7 {
	font-family: "Times New Roman, Times, serif";
	font-size: 13px;
}

.content-8 {
	font-family: "Georgia";
	font-size: 12px;
}

.content-9 {
	font-family: "Times New Roman, Times, serif";
	font-size: 12px;
}

.content-10 {
	font-family: "Arial";
	font-size: 12px;
}

.content-11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #555555;

}

.content-12 {
	font-family: "Times New Roman, Times, serif";
	font-size: 9px;
}

.content-13 {
	font-family: "Times New Roman, Times, serif";
	font-size: 10px;
}

.ctrl-edit {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.content-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFBD00;
}
.content-15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
.content-16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.bg-table-hdr {
	background-image: url(/source/images/bg_tbhdr.jpg);
}
.contentMenu div{float:left;}
.contentBody h1{font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#761e0d;}
