a:active, a:link, a:visited {
	color: #90C;
}
a:hover {
	color: #90C;
	background-color: #FFC;
}
html {
	scrollbar-face-color: #606;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-shadow-color: #003;
	scrollbar-darkshadow-color: #003;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #306;
	background-color: #606;
	margin: 0px;
	background-image: url(ASSETS/images/global/1x1_660066.gif);
}
h2 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	color: #336;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336;
}
hr {
	color: #606;
}
.imgLeft {
	float: left;
	margin: 8px;
	border: 2px solid #606;
}
.imgRight {
	float: right;
	margin: 8px;
	border: 2px solid #606;
}

#layoutCenter {
	background-image: url(ASSETS/images/global/layout/center.jpg);
	background-repeat: no-repeat;
}
#layoutCenterBkgrnd {
	background-color: #FFFFFF;
	/*background-image: url(ASSETS/images/global/layout/centerBkgrnd.jpg);
	background-repeat: repeat-y;*/
}
#layoutFooter {
	color: #FFF;
}
#layoutLeftEdge {
	background-image: url(ASSETS/images/global/layout/leftedge.jpg);
	background-repeat: repeat-y;
}
#layoutRightEdge {
	background-image: url(ASSETS/images/global/layout/rightedge.jpg);
	background-repeat: repeat-y;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #306;
}
.tableFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #93C;
	font-weight: bold;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3;
	font-weight: bold;
	text-align: center;
	background-color: #306;
	/*background-image: url(ASSETS/images/global/stripe_CCCC33.gif);*/
}
.tableMain {
	background-color: #3CC;
}
.textAlert {
	color: #f00;
}
.textEmailConfirm {
	color: #000;
}
.textBookTitle {
	font-size: 24px;
	color: #606;
}
#textPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #336;
	text-align: center;
	/*text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606;
	background-image: url(ASSETS/images/global/stripe_D9BFD9.gif);*/
}
