.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.page {
	background-image: url(images/page_bg.jpg);
}
.btm {
	background-image: url(images/btm.jpg);
}
.table {
	background-image: url(images/table_bg.jpg);
	background-repeat: no-repeat;
}
.vert {
	background-image: url(images/vert.png);
	background-repeat: repeat-y;
}
.videobg {
	background-image: url(images/videobg.png);
	background-repeat: no-repeat;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.div {
	background-image: url(images/div.jpg);
	background-repeat: repeat-x;
}
.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
	text-decoration: none;
}
.links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
	text-decoration: none;
}
.links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF00;
	text-decoration: underline;
}
.main3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

