body{
	margin:0px;
	background-color:#f8f6ef;
}

#footer{
	background: #f8f6ef url(../images/footer_bg.gif) repeat-y center;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #373737;
	font-weight: bold;
	border-top: 1px solid #a7a9ac;
	height: 30px;
}

A{
	font-family: Tahoma;
	font-size: 11px;
	color: #184274;
	font-weight: normal;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
	font-weight: normal;
}

#wrapper_scroll{
	width: 520px;
	height: 295px;
	margin: 15px;
	padding-right: 15px;
	overflow-y: scroll;
}

#wrapper{
	width: 520px;
	height: 295px;
	margin: 15px;
}

#popuphead{
	height: 76px;
	border-bottom: 1px solid #a7a9ac;
}

.headline{
	font-family: Tahoma;
	font-size: 11px;
	color: #184274;
	font-weight: bold;
	text-transform: uppercase;
}

P {
	font-family: Tahoma;
	font-size: 11px;
	color: #373737;
	font-weight: normal;
	line-height: 16px;
	margin: 8px 0px 8px 0px;
}

UL {
	margin: 0px 0px 0px 20px;
	list-style-type: disc;
	padding: 0px;
}

LI {
	line-height: 20px;
	color: #373737;
	font-family: Tahoma;
	font-size: 11px;
	color: #373737;
}