@charset "utf-8";
/* CSS Document */


p.newwin {
	text-align: right;
}

p.newwin a {
	color: #627297;
}

.close_win {
	text-align: right;
}
.close_win a {
	font-size: 10px;
	color: #374564;
	display: inline-block;
	padding: 2px;
}
/* ----------------------------------------------- STRIPPED PAGE ---------------------- */

.stripped_page {
	border: 1px solid #2D3544;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 3%;
}
.stripped_page .logo_thumb {
	background-image: url(../images/global/logos/thumb_white_bk_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 58px;
	width: 77px;
	position: absolute;
	top: 5px;
	right: 15px;
}

.stripped_page ul {
	list-style-type: none;
}
.stripped_page ul li, .stripped_page p {
	text-align: left;
}

.stripped_page h1,.stripped_page h2, .stripped_page h3, .stripped_page h4 , .stripped_page h5{
	text-align: center;
}
.stripped_page .date_added {
	color: #8391B4;
}