.body_bg {
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	
}

.int_bg {
	background-color: #000000;
	background-image: url(images/int_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	
}

.nav_bg {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	
}


A:link {color: #ffffff; text-decoration: none}
A:visited {color: #ffffff; text-decoration: none}
A:active {color: #ffffff; text-decoration: none}
A:hover {color: #54bebe; text-decoration: none}


ul {
	margin-left: 8px;
	padding-left: 8px;
}



.Normal {
	color: #FFFFFF;
	font-family: arial, verdana, "lucida grande", geneva;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.Normal A:link {
	COLOR: #FFFFFF;
	font-weight: bold;
}
.Normal A:visited {
	COLOR: #FFFFFF;
	font-weight: bold;
}
.Normal A:hover {
	COLOR: #0A151C;
	font-weight: bold;
}


.shadow-r {
	background-image: url(images/shad_right.png);
	background-repeat: repeat-y;
}

.shadow-l {
	background-image: url(images/shad_left.png);
	background-repeat: repeat-y;
}
.normal10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.normal10blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #54bebe;
}

.Normalblue {
	color: #54bebe;
	font-family: arial, verdana, "lucida grande", geneva;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}