.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.boldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.bg1 {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/index/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bgimage {
	background-attachment: scroll;
	background-color: #003366;
	background-image: url(images/index/fire.jpg);
	background-repeat: no-repeat;
	background-position: center 350px;
}
