body {
margin: 0;
padding: 0;
}
	
/*Begin Styles for POP UP*/

#popupwrapper {
display: block;
position: absolute;
top: 0px;
width: 950px;
background-color: transparent;
z-index: 6;
font-size: 13px;
text-align: center;
}

#popup {
width: 192px;
margin: 0 auto;
border: 0;
}

#nopopup {
display: none;
}

#popup img {
display: block;
width: 192px;
height: 56px;
margin: 15px 20px 0 15px;
border: 0;
}

#popup p {
font: normal 12px Verdana, sans-serif;
background-color: #90d7ff;
color: #666;
border: 1px solid #0c448e;
border-width: 1px 0 0 0;
margin: 0 auto;
padding: 7px 0 5px 0;
}

#popup p a {
font-weight: bold;
color: #005;
text-decoration: none;
}
/*End Styles for POP UP*/

/*Text Links Styles*/
div#textlinks {
display: block;
width: 950px;	
font: 11px Verdana, sans-serif;
text-align: center;
border: 1px solid #ccc;
border-left: 0;
border-right: 0;
margin: 0 auto;
margin-top: 7px;
margin-bottom: 7px;
}

div#textlinks h1 {
font-size: 13px;
color: #666;
padding: 0;
margin: 7px 0 0 0;
text-transform: uppercase;
}

div#textlinks p {
display: block;
color: #666;
padding: 0;
margin: 7px 0 14px 0;
line-height: 20px;
}


div#textlinks p a {
color: #333;
}

div#textlinks p a:hover {
color: #666;
text-decoration: none;
}


