@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.blackgb {
	background-color: #000000;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

.imagespace {
	padding-top: 10px;
	padding-right: 10px;
}
.title1 {
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
}
.title2 {
	font-size: 250%;
	font-weight: bold;
	color: #FF6600;
}
.txt-orange {
	color: #FF6600;
}
