body {
	margin: 0;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	color: #505050;
}

#header {
	background: url(../images/popup/bg_body.gif) transparent top left repeat-x;
	height: 120px;
}

div.header-container {
	background: url(../images/popup/bg_head_container.gif) transparent top left repeat-x;
	width: 580px;
	overflow: auto;
}

div.banner {
	width: 132px;
	border: 0px solid #f00;
	float: right;
}

h2 {
   color: #664a88;
   font-size: 18px;
   background: transparent url("../images/h2_bullet.gif") left 5px no-repeat;
   margin: 0 0 5px 20px;
   padding: 0 0 0 12px;
   font-weight: bold;
}

div.links {
	padding: 63px 0 0 20px;
	border: 0px solid #f00;
}

a:link {
	color: #F39209;
	text-decoration: underline;
}

a:visited {
	color: #F39209;
	text-decoration: underline;
}

a:hover {
	color: #F39209;
	text-decoration: none;
}


div.links a:link {
	color: #fff;
	text-decoration: none;
}

div.links a:visited {
	color: #fff;
	text-decoration: none;
}

div.links a:hover {
	color: #fff;
	text-decoration: underline;
}