.text {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	color: #006;
	text-decoration: none;
}
body {
	background-image: url(images/bk_road.png);
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FCB040;
	border-right-color: #FCB040;
	border-bottom-color: #FCB040;
	border-left-color: #FCB040;
}
.innerbox {
	background-attachment: scroll;
	background-image: url(/images/logo_main_bk.png);
	background-repeat: no-repeat;
}

.textCenterlg {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	color: #006;
	text-decoration: none;
	text-align: center;
}
.textwht {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	color: #EDF8FE;
	text-decoration: none;
}

