html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.indexpage {
	background-image: url(../images/logo.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-attachment: fixed;
}

.indexpageNew {
	background-image: url(../images/BackGrd-wd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

a, a:hover, a:visited {
	text-decoration:none;
	color:#003399;
	font-weight: bold;
}

#contentBpg {
	position:relative;
	text-align:left;
	padding-top:50px;
	z-index:1;
}

#content {
	position:relative;
	text-align:center;
	padding-top:50px;
	z-index:1;
}

.toolbars {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.toolbarsBpg {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	position: fixed;
}

.toolbars a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.selected {
	background-color: #fffbc4;
}

.selected a:hover, a:visited {
	font-weight: bold;
	color: #123456;
	text-decoration: none;
}

.mainTextBpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EBE9DA;
	line-height: 10px;
	background-image: url(../images/BackGrd_desert.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-color: #CFEFFA;
}
.mainTextBpgWW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EBE9DA;
	line-height: 10px;
	background-image: url(../images/BackGrd-worldwide.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-color: #CFEFFA;
}

.mainText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #545454;
	line-height: 10px;
	background-image: url(../images/BackGrd-photos.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-color: #CFEFFA;
}

.mainText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3E3E3E;
	line-height: 10px;
	background-image: url(../images/BackGrd_desert2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-color: d9fbfa;
}

.mainText {
	background-color:#dffbff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 10px;
	background-image: url(../images/BackGrdStar.gif);
}

.bookText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #655C63;
	border:1px #003399 solid;
	border-spacing:10px;
	border-collapse:collapse;
	margin: 0px;
	padding: 8px;
	background-color:#dffbff;
	line-height: 14px;
	text-decoration: none;
}

.bookTextBpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #655C63;
	border:1px #003399 solid;
	border-spacing:10px;
	border-collapse:collapse;
	margin: 0px;
	padding: 8px;
	line-height: 14px;
	text-decoration: none;
}

.centerPage {
	position: absolute;
	width: 50%;
	height: 50%;
	margin: auto;
	background-color: red;
	color: white;
	vertical-align: middle;
}

.descriptionText {
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	background-color:#dffbff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: 18px;
}

.tablestyle {
	height:100%;
	width:100%;
	border: 0.5pt #F0F0F0;
	border-left-color: #89ADD1;
	border-bottom-color: #7DA0C6;
}

.tablestyleBpg {
	height:100%;
	width:100%;
	}

.cellstyle {
	border:1px #003399 solid;
	padding:10px;
	height:100%;
	width:100%;
}

.tdstyle {
	padding:24px;
	padding-top: 14px;
}

.toptdstyle {
	padding-right: 20px;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.tdstyle a, a:hover, a:visited{
	text-decoration:underline;
	font-weight:normal;
}

html>body .tablestyle {
}
.mainText  .tablestyle  .tdstyle  {
	font-size: 12px;
	color: #333333;
}

