.bg {
	background-color: #5290CD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.gText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.gTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.gTextLink:hover {
	text-decoration: underline;
	color: #000000;
}
.menuTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.menuTextLink:hover {
	text-decoration: underline;
	color: #0060af;
}

.shadowLeft {
	background-image: url(images/shadow_left.gif);
	background-repeat: no-repeat;
}
.shadowRight {
	background-image: url(images/shadow_right.gif);
	background-repeat: no-repeat;
}
.smallText {
	font-family: Tahoma;
	font-size: 10px;
	color: #909090;
	text-decoration: none;
}
.smallText:link {
	text-decoration: none;
}
.cntText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cntTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0060AF;
}.cntBg {
	background-attachment: fixed;
	background-image: url(images/cnt_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}