 .bg-black {
	background-image: url(img/bg-black.png);
	background-repeat: repeat;
}
body{
	margin:0px;
	padding:0px;
	background-color:#666666;
	font-family:verdana;
	font-size:70%;
	color:#000000;
	overflow:hidden;
	}


#flash-background{
	width:100%;
	height:100%;
	margin:0px auto;
	position:absolute;
	z-index:0;
	left: 0px;
	top: 0px;
	}
	
	#website{
	width:100%;
	position:fixed;
	z-index:10000;
	bottom: 20px;
	overflow:auto;
	}
	
	
.bg-white {
	background-image: url(img/bg-white.png);
	background-repeat: repeat;
}
.bg-content {
	background-image: url(img/bg-content60.png);
	background-repeat: repeat;
}
.bg-whitehome {
	background-image: url(img/bg-white-home.png);
	background-repeat: repeat;
}
.bg-menu {
	background-image: url(img/bg-menu.png);
	background-repeat: no-repeat;
}
a:link {
	font-weight: bold;
	color: #336699;
}
a:visited {
	font-weight: bold;
	color: #336699;
}
a:hover {
	font-weight: bold;
	color: #DA2721;
}
a:active {
	font-weight: bold;
	color: #336699;
}
a.menu:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.menu:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #666666;
}
body_header {
	margin:0px;
	padding:0px;
	background-color:#666666;
	font-family:verdana;
	font-size:100%;
	color:#000000;
	overflow:hidden;
}
.largetext {
	font-size: large;
}
.smalltext {
	font-size: small;
}
.smalltext {
	font-size: xx-small;
}
