/* CSS Document */

body {
	background-color:#000000;
}
.Bkgr1 {
	background-image:url(images/newBackgr_01.jpg);
	background-repeat:no-repeat;
	height:400px;
	width:900px;
}
.Bkgr2 {
	background-image:url(images/newBackgr_02.jpg);
	background-repeat:no-repeat;
	height:400px;
	width:900px;
}
.Bkgr3 {
	background-image:url(images/newBackgr_03.jpg);
	background-repeat:no-repeat;
	height:400px;
	width:900px;
}
.Bkgr4 {
	background-image:url(images/newBackgr_04.jpg);
	background-repeat:no-repeat;
	height:400px;
	width:900px;
}
.Bkgr5 {
	background-image:url(images/newBackgr_05.jpg);
	background-repeat:no-repeat;
	height:400px;
	width:900px;
}
.whiteBkgr {
	background-color:#FFFFFF;
	background-position:bottom;
	height:95px;
}
.font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.1px;
	color:#0099CC;
}

.mainTxT {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing:0.1px;
}
