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;
}

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

#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;
}

.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;
}

.mainText {
	background-color:#dffbff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
}

.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;
}

.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 {
	background-image:url(../images/star4.jpg);
	border:1px #003399 solid;
	height:100%;
	width:100%;
}

.tdstyle {
	padding:10px;
}

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

html>body .tablestyle {
}
