@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.BG-Header {
	background-image: url(../Images/BG-Header.jpg);
	background-repeat: no-repeat;
}
.BG-ContentHead {
	background-image: url(../Images/BG-ContentCanvasHead.jpg);
	background-repeat: no-repeat;
}
.BG-ContentFooter {
	background-image: url(../Images/BG-ContentCanvasFoot.jpg);
	background-repeat: no-repeat;
}
.BG-ContentCanvasRepeatY {
	background-image: url(../Images/BG-ContentCanvasRepeatY.jpg);
	background-repeat: repeat-y;
}
.BodyText-White {
	color: #FFF;
	font-size: 12px;
}
.BodyText-WhiteBold {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
.Text-WhiteBold {
	font-weight: bold;
	color: #FFF;
}
.Text-GrayMidBold {
	font-weight: bold;
	color: #999;
}
.BodyText-GrayMidBold {
	font-weight: bold;
	color: #999;
	font-size: 10px;
}
.Text-GrayMidBold-Small {
	font-weight: bold;
	color: #999;
	font-size: 10px;
}
.Text-GrayLightBold {
	font-weight: bold;
	color: #CCC;
}
.Text-BlueLightBold {
	font-weight: bold;
	color: #7993c6;
}
.BGLeft {
	background-image: url(../Images/PBG-Left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.BGRight {
	background-image: url(../Images/PBG-Right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}