body {
	background-image: url(images/bg_page.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bgLayout {
	background-image: url(images/bg_layout.jpg);
	background-repeat: repeat-y;
}

#headerRight {
	background-image: url(images/img_03.jpg);
	background-repeat:no-repeat;
}

#underHeader {
	background-image: url(images/img_05.jpg);
	background-repeat:no-repeat;
	height:220px;
}

.textBlue14 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3a486b;
}
.textBlue12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3a486b;
}

.textWhite18 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textOrange14 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #e9803c;
}
.textOrange12 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #e9803c;
}

.textWhite12 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.textBlack12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.textBlack14 {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

.textBlack14Hilighted {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	background-color:#ffffbb;
}

