/* @override http://localhost:8888/base/styles/LocalScreen.css */

/* LocalScreen.css - Local style specification for Home/About/Contact etc. Web pages */

/* @group Base Styles */

/* Override style defaults */

body {
	background: black url(/global/images/bg-220.jpg) repeat-x 0 115px;
}

.headerBase {
	background: #171c26;
	border-bottom-color: #2e384d;
}

.bodyText ul {
	margin-top: -10px;
}

.bodyText ul li {
	margin-top: 5px;
}

/* @end Base Styles */

/* Home Page Banner Styles */

#b1, #b2, #b3, #b4, #b5 {
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-top: 0;
}

#b2 {
	color:black;
	margin-top:-25px;
	line-height: 100%;
}

#b3 {
	font-size: 38px;
	margin-top:-60px
}

#b4 {
	font-size: 30px;
	margin-top:-40px
}

#b5 {
	font-size: 24px;
	font-weight: normal;
	margin-top:-40px
}

/* Other Local Styles */

tr {
	margin-top: 40px;
}