@charset "utf-8";
/* CSS Document */

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bckgnd_page_2.jpg);
	background-repeat: repeat-x;
	background-color: #d0d0b8;
}

.PageBckgnd {
	background-color: #963;
}
.headerBckgnd {
	background-image: url(images/headerBckgnd.jpg);
	background-repeat: repeat-x;
}
.woman {
	background-image: url(images/bckgnd_woman.jpg);
	background-repeat: no-repeat;
}
.NoWomanBckgnd {
	background-image: url(images/bckgnd_no_woman.jpg);
	background-repeat: repeat-x;
}
.txTitleYellow {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: normal;
	color: #f4e8ac;
	left: 10px;
	padding: 0px;
}
.txYellow {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #f4e8ac;
}
.txTitleGrey {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: normal;
	color: #3c3c2d;
	padding: 10px;
	text-align: left;
}

.txGrey {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #3c3c2d;
}
.txTitleWhite {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	padding: 10px;
}

.txWhite {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.txGreyTiny {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3c3c2d;
}
.blackContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.logoLayer {
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
}
.greenLayer {
	font-family: Tahoma;
	font-color: #f4e8ac;
	background-image: url(images/bckgnd_green_sm.png);
	background-repeat: no-repeat;
}
.footerBckgnd {
	background-repeat: repeat-x;
	background-image: url(images/footer_bckgnd.gif);
}
.textBOX {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #3c3c2d;
	width: 250px;
	border: none;
	height: 20px;
	background-color: #d0d0b8;
}
.textAREA {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #3c3c2d;
	width: 400px;
	border: none;
	height: 100px;
	background-color: #d0d0b8;
}
.submit {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #3c3c2d;
	background-color: #fff;
	line-height: normal;
	border: none;
}
