body { 
	background: #99CCFF url(/images/common/bg_side.gif);
	background-repeat: repeat-y;
	scrollbar-face-color:#6699CC;
	scrollbar-arrow-color:#99CCFF;
	scrollbar-track-color:#99CCFF;
	scrollbar-shadow-color:#336699;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#336699;
}

/* BEGIN TITLE STYLES */
.title {
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.head {
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.head a:link {
	color: #FFFFFF;
}
.head a:visited {
	color: #FFFFFF;
}
.head a:active {
	color: #FFFFFF;
}
.head a:hover {
	color: #FFFF00;
}

.blHead {
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.blHead a:link {
	color: #000000;
}
.blHead a:visited {
	color: #000000;
}
.blHead a:active {
	color: #000000;
}


/* BEGIN BODY COPY STYLES */

.whText {
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.whText a:link {
	color: #FFFFFF;
}
.whText a:visited {
	color: #FFFFFF;
}
.whText a:active {
	color: #FFFFFF;
}
.whText a:hover {
	color: #FFFF00;
}

.blText {
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.blText a:link {
	color: #000000;
}
.blText a:visited {
	color: #000000;
}
.blText a:active {
	color: #000000;
}
.blText a:hover {
	color: #FFFF00;
}

.copyright {
	color: #6699CC;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 10px;
}

/* BEGIN BODY NAV STYLES */

.homeNav {
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.homeNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.homeNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.homeNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.homeNav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.nav {
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


.activeNav {
	color: #FFFF00;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.activeNav a:link {
	color: #FFFF00;
	text-decoration: none;
}
.activeNav a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.activeNav a:active {
	color: #FFFF00;
	text-decoration: none;
}