/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fafafa;
}
.BgColor3 {
	background-color:#bdbdbd;
}
.BgColor4 {
	background-color:#161616;
}
.BgColor5 {
	background-color:#eeeeee;
}
.Left {
	background-image:url(../images/left.jpg);
	background-repeat:repeat-x;
	background-position:right top;
}
.Right {
	background-image:url(../images/right.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.LeftInner {
	background-image:url(../images/left_inner.jpg);
	background-repeat:repeat-x;
	background-position:right top;
}
.RightInner {
	background-image:url(../images/right_inner.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
.Header {
	background-image:url(../images/header.jpg);
	width:535px;
	height:230px;
	background-repeat:no-repeat;
}
.NewsBoxBg {
	background-image:url(../images/news_box_bg.gif);
	width:291px;
	height:234px;
	background-repeat:no-repeat;
}
.VideoBg {
	background-image:url(../images/videobg.jpg);
	width:160px;
	height:150px;
	background-repeat:no-repeat;
}
.BlueSpacerLeft {
	background-image:url(../images/blue_spacer_left.gif);
	background-repeat:repeat-x;
	height:41px;
}
.BlueSpacerRight {
	background-image:url(../images/blue_spacer_right.gif);
	background-repeat:repeat-x;
	height:41px;
}
.DateBg {
	background-image:url(../images/date_bg.gif);
	background-repeat:no-repeat;
	width:256px;
	height:17px;
}
.VideoBg320x240 {
	background-image:url(../images/video_popup320x240.jpg);
	background-repeat:no-repeat;
	height:500px;
}
.Video320x180 {
	background-image:url(../images/video_popup320x180.jpg);
	background-repeat:no-repeat;

	height:500px;
}
.Border {
	border:1px solid #dcdcdc; 
}
.Border1 {
	border:1px solid #FFFFFF;
}
