.frameSmudgeLeft {
	background-image: url(images/frame_smudge_left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.frameSmudgeRight {
	background-image: url(images/frame_smudge_right.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.bodyBg {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodyDividingLine {
	background-image: url(images/body_dividing_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bodyTextNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.linksTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.linkslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
.linkslink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
.linkslink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: underline;
}

