.bgMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #020613;
	background-color: #032D57;
}

.bgText {
	background-color: #EEE4DE;
}

.bgReviews {
	background-color: #C5B2A6;
}

.bgBook {
	background-color: #B3856A;
	color: #000207;
}

.bgGray {
	background-color: #262527;
	color: #EEE4DE;
	font-size: 12px;
	border: thin solid #262527;
}

.textIB {
	font-style: italic;
	font-weight: bold;
}

.textI {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
.textLinks {
	color: #FCDDCB;
	text-decoration: underline;
}

.border {
	border: thin solid #262527;
	background-color: #C5B2A6;
}
.borderT {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #262527;
	border-right-color: #262527;
	border-bottom-color: #262527;
	border-left-color: #262527;
}
.borderM {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #262527;
	border-right-color: #262527;
	border-bottom-color: #262527;
	border-left-color: #262527;
}
.borderB {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #262527;
	border-right-color: #262527;
	border-bottom-color: #262527;
	border-left-color: #262527;
}

.bgTracks {
	background-image: url(../images/bgTrack.gif);
	background-repeat: repeat-y;
	background-color: #B3856A;
}


.textRed {
	color: #990033;
	font-style: normal;
	font-weight: bold;
}

.textOrange {
	color: #792801;
	font-weight: bold;
}
