/* CSS Document */

table {
	margin: 0;
	padding: 0;
	width: 660px;
}

h1 {
	margin: 0;
	padding: 0px 15px 10px 15px;
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	}
	
h2 {
	margin: 0;
	padding: 5px 15px 2px 15px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
	}
	
h2 a {
	margin: 0 0 0 0 ;
	padding: 0 0 0 10px;
	background: url(../../_images/arrow.gif) left no-repeat;
	color: #fff;
	text-decoration: none;
	}
	
h2 a:hover{
	text-decoration: underline;
	}
	
p {
	margin: 0;
	padding: 0 15px 7px 15px;
	font-size: 12px;
	color: #fff;
	}
	
p img{
	float: right;
	}
	
.copyright{
	color: #000;
}

#popup {
	background: #3F2C5A;
	position: absolute;
	margin: 0 0 0 -145px;
	top: 130px;
	left: 50%;
	width: 290px;
	border: 6px solid #fff;
}

#popup h1{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom: 6px solid #fff;
		text-align: left;
}

#popup span{
	background: #D1E0D4;
	margin: 0;
	padding: 15px 0 0 0;
		text-align: left;
	display: block;
}

#popup P{
	margin: 0;
	padding: 0 15px 10px 15px;
	color: #000;
	text-align: left;
	line-height: 18px;
}