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: #63c;
	margin: 0px;
	background-image: url(assets/images/global/1x1_6633cc.jpg);
	background-repeat: repeat;
	padding: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #336;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336;
}
hr {
	color: #606;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #306;
}
th {
	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);*/
}
.imgLeft {
	float: left;
	margin: 8px;
	border: 2px solid #606;
}
.imgRight {
	float: right;
	margin: 8px;
	border: 2px solid #606;
}
.tableHeader, .tableHeader td {
	color: #FFFFFF;
	background-color: #6633CC;
}
.textAlert {
	color: #f00;
}
.textEmailConfirm {
	color: #000;
}
.textBookTitle {
	font-size: 24px;
	color: #606;
}
#bodyContent {
	background-image: url(assets/images/global/layout/bkgrndBodyContent.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 330px;
}
#container {
	background-color: #0cc;
}
#footer {
	background-color: #0cc;
	background-image: url(assets/images/global/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 160px;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	color: #336;
	text-decoration: none;
}
#textPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #60c;
	text-align: center;
	text-transform: uppercase;	/*text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606;
	background-image: url(ASSETS/images/global/stripe_D9BFD9.gif);*/
}