body {
	background-image: url(images/bg_image.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	background-attachment: fixed;
	background-position: center top;
}
.bgTable {
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.bgInside {
	background-image: url(images/bg_inside.png);
}
.bgBlue {
	background-image: url(images/bg_Blue.png);
	background-repeat: repeat;
}
.bgAll {
	background-image: url(images/bg_All.png);
	background-repeat: no-repeat;
}
.Footer {
	font-size: 10px;
	color: #FC0;
}

.titleBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAEFFF;
	font-weight: bold;
}
.titleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAEFFF;
	font-weight: bold;
}

a:link {
	color: #FFCC00
}
a:visited {
	color: #005D7A
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF8040;
}
li {
	list-style-type: square;
}

